File: /home/dermova/www/india/wp-content/themes/ri-colias/css/style-green.css
/*btn*/
/**/
/*fonts*/
/* line 2, ../sass/theme/mixins/_rtl.scss */
.rtl .pull-left {
float: right !important;
}
/* line 5, ../sass/theme/mixins/_rtl.scss */
.rtl .pull-right {
float: left !important;
}
/**
* Hover image product
*/
/* line 7, ../sass/theme/mixins/_affect.scss */
.wp-post-image {
margin-left: 0;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 11, ../sass/theme/mixins/_affect.scss */
.hover-image {
position: absolute;
top: 0;
left: -100%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
height: auto;
}
/* line 23, ../sass/theme/mixins/_affect.scss */
.img-effect:hover .wp-post-image {
margin-left: 100%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 27, ../sass/theme/mixins/_affect.scss */
.img-effect:hover .hover-image {
left: 0%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/**
* Hover image
*/
/* line 38, ../sass/theme/mixins/_affect.scss */
.wpb_single_image {
overflow: hidden;
display: block;
}
/* line 41, ../sass/theme/mixins/_affect.scss */
.wpb_single_image a {
display: block !important;
}
/* line 44, ../sass/theme/mixins/_affect.scss */
.wpb_single_image .vc_single_image-wrapper {
display: block !important;
}
/* line 47, ../sass/theme/mixins/_affect.scss */
.wpb_single_image:hover {
cursor: pointer;
}
/* line 51, ../sass/theme/mixins/_affect.scss */
.attachment-full {
width: 100%;
height: auto;
display: block;
}
/* line 58, ../sass/theme/mixins/_affect.scss */
.product-block:hover .quick-view {
opacity: 0.8;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 67, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:before {
top: 1px;
left: 0;
}
/* line 71, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover:after {
top: -1px;
right: 0;
}
/* line 76, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:before {
top: 0;
left: 0;
}
/* line 80, ../sass/theme/mixins/_affect.scss */
div.affect-border:hover div.affect-border-inner:after {
bottom: 0;
left: 0;
}
/* line 88, ../sass/theme/mixins/_affect.scss */
div.affect-border,
div.affect-border-inner {
position: relative;
overflow: hidden;
cursor: pointer;
position: relative;
display: block;
}
/* line 94, ../sass/theme/mixins/_affect.scss */
div.affect-border:before, div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
content: " ";
display: block;
position: absolute;
z-index: 99;
background: #21bb9c;
}
/* line 104, ../sass/theme/mixins/_affect.scss */
div.affect-border:before, div.affect-border:after {
height: 100%;
width: 2px;
}
/* line 108, ../sass/theme/mixins/_affect.scss */
div.affect-border:before {
top: -100%;
left: 0;
}
/* line 112, ../sass/theme/mixins/_affect.scss */
div.affect-border:after {
top: 100%;
right: 0;
}
/* line 118, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before, div.affect-border-inner:after {
height: 2px;
width: 100%;
}
/* line 122, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:before {
top: 0;
left: 100%;
}
/* line 126, ../sass/theme/mixins/_affect.scss */
div.affect-border-inner:after {
bottom: 0;
left: -100%;
}
/* line 132, ../sass/theme/mixins/_affect.scss */
.affect-plus {
position: relative;
}
/* line 134, ../sass/theme/mixins/_affect.scss */
.affect-plus::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-webkit-transform: scale(0.4) rotateY(180deg);
-moz-transform: scale(0.4) rotateY(180deg);
-ms-transform: scale(0.4) rotateY(180deg);
-o-transform: scale(0.4) rotateY(180deg);
transform: scale(0.4) rotateY(180deg);
background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
pointer-events: none;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .affect-plus::before {
right: 0;
left: auto;
}
/* line 149, ../sass/theme/mixins/_affect.scss */
.affect-plus:hover::before {
visibility: visible;
opacity: 0.6;
-webkit-transform: scale(1) rotateY(0deg);
-moz-transform: scale(1) rotateY(0deg);
-ms-transform: scale(1) rotateY(0deg);
-o-transform: scale(1) rotateY(0deg);
transform: scale(1) rotateY(0deg);
}
/* line 157, ../sass/theme/mixins/_affect.scss */
.affect-zoom {
position: relative;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 160, ../sass/theme/mixins/_affect.scss */
.affect-zoom:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
content: "";
pointer-events: none;
}
/* line 169, ../sass/theme/mixins/_affect.scss */
.affect-zoom img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 175, ../sass/theme/mixins/_affect.scss */
.affect-zoom:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 182, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation {
position: relative;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 185, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
content: "";
}
/* line 195, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:hover:after {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background: rgba(0, 0, 0, 0.3);
}
/* line 199, ../sass/theme/mixins/_affect.scss */
.affect-zoom-animation:hover img {
animation: 10s linear 0s alternate none 2 running animation_zoom;
}
@keyframes animation_zoom {
/* line 206, ../sass/theme/mixins/_affect.scss */
0% {
transform: scale(1) translateX(0px);
}
/* line 209, ../sass/theme/mixins/_affect.scss */
50% {
transform: scale(1.2) translateX(-10px);
}
/* line 212, ../sass/theme/mixins/_affect.scss */
75% {
transform: scale(1.3) translateX(-20px);
}
/* line 215, ../sass/theme/mixins/_affect.scss */
100% {
transform: scale(1.4) translateX(-30px);
}
}
/* line 221, ../sass/theme/mixins/_affect.scss */
.affect-fast {
position: relative;
}
/* line 224, ../sass/theme/mixins/_affect.scss */
.affect-fast:after {
position: absolute;
left: -100%;
width: 100%;
height: 100%;
top: 0;
content: "";
background: url("../images/mlass.png") no-repeat;
-webkit-transition: 1.5s;
-o-transition: 1.5s;
transition: 1.5s;
pointer-events: none;
}
/* line 236, ../sass/theme/mixins/_affect.scss */
.affect-fast:before {
border: 6px solid rgba(255, 255, 255, 0.5);
bottom: 0;
box-sizing: border-box;
content: "";
left: 0;
overflow: visible;
position: absolute;
right: 0;
top: 0;
pointer-events: none;
}
/* line 250, ../sass/theme/mixins/_affect.scss */
.affect-fast:hover:after {
-webkit-transition: 1.5s;
-o-transition: 1.5s;
transition: 1.5s;
left: 100%;
}
/* line 4, ../sass/theme/common/_add-class.scss */
.no-padding {
padding: 0;
}
/* line 7, ../sass/theme/common/_add-class.scss */
.no-margin {
margin: 0 !important;
}
/* line 13, ../sass/theme/common/_add-class.scss */
.has-padding.vc_row {
margin-left: -7px;
margin-right: -7px;
}
/* line 17, ../sass/theme/common/_add-class.scss */
.has-padding [class*="vc_col-"] {
padding-left: 7px;
padding-right: 7px;
}
/* line 21, ../sass/theme/common/_add-class.scss */
.has-padding .wpb_wrapper > .wpb_content_element {
margin-bottom: 14px;
}
/* line 25, ../sass/theme/common/_add-class.scss */
.table-inner {
position: relative;
display: table;
width: 100%;
height: auto;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.table-inner:before, .table-inner:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.table-inner:after {
clear: both;
}
/* line 31, ../sass/theme/common/_add-class.scss */
.table-inner > * {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .table-inner > * {
padding-right: 15px;
padding-left: inherit;
}
/* line 35, ../sass/theme/common/_add-class.scss */
.table-inner > *:first-child {
padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .table-inner > *:first-child {
padding-right: 0px;
padding-left: inherit;
}
/* line 40, ../sass/theme/common/_add-class.scss */
.close {
font-size: 14px;
}
/* line 43, ../sass/theme/common/_add-class.scss */
.link {
color: white;
}
/* line 45, ../sass/theme/common/_add-class.scss */
.link:hover {
color: #21bb9c;
}
/* line 48, ../sass/theme/common/_add-class.scss */
.link .fa {
margin-left: 7px;
}
/* line 53, ../sass/theme/common/_add-class.scss */
.box-equal {
display: table;
}
/* line 55, ../sass/theme/common/_add-class.scss */
.box-equal > * {
float: none !important;
display: table-cell;
vertical-align: top;
}
/* line 60, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
/* line 67, ../sass/theme/common/_add-class.scss */
.box-equal .wpb_text_column .wpb_wrapper {
bottom: 0;
height: 50%;
left: 0;
margin: auto !important;
position: absolute;
right: 0;
top: 0;
vertical-align: middle;
width: 70%;
}
/* line 82, ../sass/theme/common/_add-class.scss */
.js-vc_parallax-o-image {
background-attachment: fixed;
background-clip: padding-box;
background-position: 0 0;
height: 100%;
top: 0;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
/* line 92, ../sass/theme/common/_add-class.scss */
.padding-10 {
padding: 10px 0;
}
/* line 95, ../sass/theme/common/_add-class.scss */
.padding-15 {
padding: 15px 0;
}
/* line 98, ../sass/theme/common/_add-class.scss */
.padding-20 {
padding: 20px 0;
}
/* line 101, ../sass/theme/common/_add-class.scss */
.padding-25 {
padding: 25px 0;
}
/* line 3, ../sass/theme/common/_global.scss */
body {
min-height: 500px;
margin: auto;
font-size: 14px;
font-family: "Lato", Arial, serif;
font-weight: 400;
color: #4e4d4d;
background-color: white;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
/* line 12, ../sass/theme/common/_global.scss */
a {
line-height: 1;
display: inline-block;
color: #4e4d4d;
}
/* line 17, ../sass/theme/common/_global.scss */
a:hover, a:focus {
outline: none;
text-decoration: none;
color: #21bb9c;
}
/* line 23, ../sass/theme/common/_global.scss */
h1, h2, h3, h4, h5, h6 {
margin-bottom: 10px;
margin-top: 10px;
color: #000000;
}
/* line 29, ../sass/theme/common/_global.scss */
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
color: #000000;
}
/* line 33, ../sass/theme/common/_global.scss */
select {
height: 30px;
padding: 5px;
border: 1px solid #e0e0e0;
font-size: 14px;
}
/* line 39, ../sass/theme/common/_global.scss */
label, .label {
color: #4e4d4d;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
/* line 45, ../sass/theme/common/_global.scss */
.radio, .checkbox {
display: inline-block;
}
/* line 48, ../sass/theme/common/_global.scss */
blockquote {
font-size: 18px;
font-style: italic;
}
/* line 52, ../sass/theme/common/_global.scss */
img {
max-width: 100%;
}
/* line 55, ../sass/theme/common/_global.scss */
.img.size-full {
height: auto;
max-width: 100%;
}
/* line 59, ../sass/theme/common/_global.scss */
.alignright {
float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignright {
float: left;
}
/* line 62, ../sass/theme/common/_global.scss */
.alignleft {
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .alignleft {
float: right;
}
/* line 65, ../sass/theme/common/_global.scss */
.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
/*video responsive*/
/* line 72, ../sass/theme/common/_global.scss */
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
position: relative;
overflow: hidden;
}
/* line 81, ../sass/theme/common/_global.scss */
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border: none;
}
/* line 90, ../sass/theme/common/_global.scss */
.audio-responsive iframe {
width: 100%;
height: 126px;
}
/*---clear css bootstrap --*/
/* line 96, ../sass/theme/common/_global.scss */
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
/* line 99, ../sass/theme/common/_global.scss */
.alert {
margin: 20px 0;
}
/* line 103, ../sass/theme/common/_global.scss */
.tags-list a, .widget_meta a, .tagcloud a {
background: none repeat scroll 0 0 #e1e4e7;
color: #697782;
display: inline-block;
margin-bottom: 3px;
padding: 10px 15px;
font-size: 14px;
}
/* line 110, ../sass/theme/common/_global.scss */
.tags-list a:hover, .widget_meta a:hover, .tagcloud a:hover {
color: white;
background: #21bb9c;
}
/* line 115, ../sass/theme/common/_global.scss */
.required {
border: 0 none;
color: #ff0000;
font-weight: 700;
}
/* line 125, ../sass/theme/common/_global.scss */
.tagcloud a {
font-size: 14px !important;
color: #4e4d4d;
}
/* line 128, ../sass/theme/common/_global.scss */
.tagcloud a:hover {
color: white;
}
/* line 133, ../sass/theme/common/_global.scss */
pre {
border: none;
border-radius: 0;
}
/* line 137, ../sass/theme/common/_global.scss */
.embed-responsive-16by9 {
padding-bottom: 0;
}
/* btn 1 */
/* line 7, ../sass/theme/components/_buttons.scss */
.btn-outline {
color: #21bb9c;
border-width: 1px;
border-style: solid;
background-color: transparent;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
color: #21bb9c;
background-color: transparent;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
color: #21bb9c;
background-color: transparent;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-outline:active, .btn-outline.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-outline.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
background-color: transparent;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-outline .badge {
color: transparent;
background-color: #21bb9c;
}
/* btn 2 */
/* line 11, ../sass/theme/components/_buttons.scss */
.btn-inverse {
color: white;
border-width: 1px;
border-style: solid;
background-color: #a8ba1d;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-inverse:active, .btn-inverse.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-inverse.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
background-color: #a8ba1d;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-inverse .badge {
color: #a8ba1d;
background-color: white;
}
/* btn-3 */
/* line 15, ../sass/theme/components/_buttons.scss */
.btn-variant {
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-variant:active, .btn-variant.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-variant.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-variant.disabled, .btn-variant.disabled:hover, .btn-variant.disabled:focus, .btn-variant.disabled:active, .btn-variant.disabled.active, .btn-variant[disabled], .btn-variant[disabled]:hover, .btn-variant[disabled]:focus, .btn-variant[disabled]:active, .btn-variant[disabled].active, fieldset[disabled] .btn-variant, fieldset[disabled] .btn-variant:hover, fieldset[disabled] .btn-variant:focus, fieldset[disabled] .btn-variant:active, fieldset[disabled] .btn-variant.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-variant .badge {
color: #21bb9c;
background-color: white;
}
/* line 19, ../sass/theme/components/_buttons.scss */
.btn-black {
color: white;
border-width: 1px;
border-style: solid;
background-color: black;
border-color: transparent;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-black:active, .btn-black.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-black.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-black.disabled, .btn-black.disabled:hover, .btn-black.disabled:focus, .btn-black.disabled:active, .btn-black.disabled.active, .btn-black[disabled], .btn-black[disabled]:hover, .btn-black[disabled]:focus, .btn-black[disabled]:active, .btn-black[disabled].active, fieldset[disabled] .btn-black, fieldset[disabled] .btn-black:hover, fieldset[disabled] .btn-black:focus, fieldset[disabled] .btn-black:active, fieldset[disabled] .btn-black.active {
background-color: black;
border-color: transparent;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-black .badge {
color: black;
background-color: white;
}
/* line 23, ../sass/theme/components/_buttons.scss */
.btn-greed {
color: white;
border-width: 1px;
border-style: solid;
background-color: #a1a42e;
border-color: transparent;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-greed:hover, .btn-greed:focus, .btn-greed:active, .btn-greed.active {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-greed:active, .btn-greed.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-greed.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-greed.disabled, .btn-greed.disabled:hover, .btn-greed.disabled:focus, .btn-greed.disabled:active, .btn-greed.disabled.active, .btn-greed[disabled], .btn-greed[disabled]:hover, .btn-greed[disabled]:focus, .btn-greed[disabled]:active, .btn-greed[disabled].active, fieldset[disabled] .btn-greed, fieldset[disabled] .btn-greed:hover, fieldset[disabled] .btn-greed:focus, fieldset[disabled] .btn-greed:active, fieldset[disabled] .btn-greed.active {
background-color: #a1a42e;
border-color: transparent;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-greed .badge {
color: #a1a42e;
background-color: white;
}
/* line 27, ../sass/theme/components/_buttons.scss */
.btn-green {
color: #2fbfa2;
border-width: 1px;
border-style: solid;
background-color: transparent;
border-color: #2fbfa2;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 15px 40px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
color: white;
background-color: #2fbfa2;
border-color: #2fbfa2;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
color: white;
background-color: #2fbfa2;
border-color: #2fbfa2;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-green:active, .btn-green.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-green.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
background-color: transparent;
border-color: #2fbfa2;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-green .badge {
color: transparent;
background-color: #2fbfa2;
}
/* line 31, ../sass/theme/components/_buttons.scss */
.btn-green-outline {
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 15px 40px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline:hover, .btn-green-outline:focus, .btn-green-outline:active, .btn-green-outline.active {
color: white;
background-color: #167a66;
border-color: #167a66;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
color: white;
background-color: #167a66;
border-color: #167a66;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline:active, .btn-green-outline.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-green-outline.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline.disabled, .btn-green-outline.disabled:hover, .btn-green-outline.disabled:focus, .btn-green-outline.disabled:active, .btn-green-outline.disabled.active, .btn-green-outline[disabled], .btn-green-outline[disabled]:hover, .btn-green-outline[disabled]:focus, .btn-green-outline[disabled]:active, .btn-green-outline[disabled].active, fieldset[disabled] .btn-green-outline, fieldset[disabled] .btn-green-outline:hover, fieldset[disabled] .btn-green-outline:focus, fieldset[disabled] .btn-green-outline:active, fieldset[disabled] .btn-green-outline.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-green-outline .badge {
color: #21bb9c;
background-color: white;
}
/* line 35, ../sass/theme/components/_buttons.scss */
.btn-red {
color: white;
border-width: 1px;
border-style: solid;
background-color: #ea4848;
border-color: #ea4848;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 15px 25px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
color: white;
background-color: black;
border-color: black;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
color: white;
background-color: black;
border-color: black;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-red:active, .btn-red.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-red.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
background-color: #ea4848;
border-color: #ea4848;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-red .badge {
color: #ea4848;
background-color: white;
}
/* line 39, ../sass/theme/components/_buttons.scss */
.btn-danger {
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: transparent;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 10px 17px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-danger.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #21bb9c;
border-color: transparent;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-danger .badge {
color: #21bb9c;
background-color: white;
}
/* line 44, ../sass/theme/components/_buttons.scss */
.btn-white {
color: white;
border-width: 1px;
border-style: solid;
background-color: transparent;
border-color: white;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 15px 40px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-white:active, .btn-white.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-white.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
background-color: transparent;
border-color: white;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-white .badge {
color: transparent;
background-color: white;
}
/* line 48, ../sass/theme/components/_buttons.scss */
.btn-lg {
border-radius: 0px;
padding: 12px 25px;
font-size: 14px;
border-width: 0;
font-weight: 400;
}
/* line 55, ../sass/theme/components/_buttons.scss */
.btn-default {
color: white;
border-width: 1px;
border-style: solid;
background-color: #434a54;
border-color: #434a54;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
color: white;
background-color: #199078;
border-color: #199078;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
color: white;
background-color: #199078;
border-color: #199078;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.btn-default:active, .btn-default.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .btn-default.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #434a54;
border-color: #434a54;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.btn-default .badge {
color: #434a54;
background-color: white;
}
/* line 58, ../sass/theme/components/_buttons.scss */
.btn-primary {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
font-size: 12px;
}
/* line 19, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: white;
background-color: #199078;
border-color: #188771;
}
/* line 26, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
/* line 37, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 43, ../sass/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
color: #21bb9c;
background-color: white;
}
/* line 61, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more {
display: block;
text-align: center;
}
/* line 66, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button {
color: #4c4c4c;
border-width: 1px;
border-style: solid;
background-color: transparent;
border-color: #eaeaea;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
font-size: 14px;
padding: 20px 120px;
cursor: pointer;
letter-spacing: 1px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button:hover, .rit_ajax_load_more_button:focus, .rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
color: #21bb9c;
background-color: transparent;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
color: #21bb9c;
background-color: transparent;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button:active, .rit_ajax_load_more_button.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .rit_ajax_load_more_button.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button.disabled, .rit_ajax_load_more_button.disabled:hover, .rit_ajax_load_more_button.disabled:focus, .rit_ajax_load_more_button.disabled:active, .rit_ajax_load_more_button.disabled.active, .rit_ajax_load_more_button[disabled], .rit_ajax_load_more_button[disabled]:hover, .rit_ajax_load_more_button[disabled]:focus, .rit_ajax_load_more_button[disabled]:active, .rit_ajax_load_more_button[disabled].active, fieldset[disabled] .rit_ajax_load_more_button, fieldset[disabled] .rit_ajax_load_more_button:hover, fieldset[disabled] .rit_ajax_load_more_button:focus, fieldset[disabled] .rit_ajax_load_more_button:active, fieldset[disabled] .rit_ajax_load_more_button.active {
background-color: transparent;
border-color: #eaeaea;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.rit_ajax_load_more_button .badge {
color: transparent;
background-color: #4c4c4c;
}
/* line 75, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button:hover {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}
/* line 79, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button.loading {
opacity: 0.7;
position: relative;
}
/* line 82, ../sass/theme/components/_buttons.scss */
.rit_ajax_load_more_button.loading:after {
font-family: "fontawesome";
content: "\f110";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-size: 20px;
position: absolute;
right: 40px;
top: 17px;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
/* line 100, ../sass/theme/components/_buttons.scss */
.button, .add_to_cart_button, .single_add_to_cart_button {
/*float: left;*/
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 7px 8px;
font-size: 10px;
letter-spacing: 1px;
line-height: 20px;
font-weight: 700;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .button, .rtl .add_to_cart_button, .rtl .single_add_to_cart_button {
float: right;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.button:hover, .button:focus, .button:active, .button.active, .add_to_cart_button:hover, .add_to_cart_button:focus, .add_to_cart_button:active, .add_to_cart_button.active, .single_add_to_cart_button:hover, .single_add_to_cart_button:focus, .single_add_to_cart_button:active, .single_add_to_cart_button.active {
color: #21bb9c;
background-color: white;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .button.dropdown-toggle, .open .add_to_cart_button.dropdown-toggle, .open .single_add_to_cart_button.dropdown-toggle {
color: #21bb9c;
background-color: white;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.button:active, .button.active, .add_to_cart_button:active, .add_to_cart_button.active, .single_add_to_cart_button:active, .single_add_to_cart_button.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .button.dropdown-toggle, .open .add_to_cart_button.dropdown-toggle, .open .single_add_to_cart_button.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button[disabled].active, fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button:active, fieldset[disabled] .button.active, .add_to_cart_button.disabled, .add_to_cart_button.disabled:hover, .add_to_cart_button.disabled:focus, .add_to_cart_button.disabled:active, .add_to_cart_button.disabled.active, .add_to_cart_button[disabled], .add_to_cart_button[disabled]:hover, .add_to_cart_button[disabled]:focus, .add_to_cart_button[disabled]:active, .add_to_cart_button[disabled].active, fieldset[disabled] .add_to_cart_button, fieldset[disabled] .add_to_cart_button:hover, fieldset[disabled] .add_to_cart_button:focus, fieldset[disabled] .add_to_cart_button:active, fieldset[disabled] .add_to_cart_button.active, .single_add_to_cart_button.disabled, .single_add_to_cart_button.disabled:hover, .single_add_to_cart_button.disabled:focus, .single_add_to_cart_button.disabled:active, .single_add_to_cart_button.disabled.active, .single_add_to_cart_button[disabled], .single_add_to_cart_button[disabled]:hover, .single_add_to_cart_button[disabled]:focus, .single_add_to_cart_button[disabled]:active, .single_add_to_cart_button[disabled].active, fieldset[disabled] .single_add_to_cart_button, fieldset[disabled] .single_add_to_cart_button:hover, fieldset[disabled] .single_add_to_cart_button:focus, fieldset[disabled] .single_add_to_cart_button:active, fieldset[disabled] .single_add_to_cart_button.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.button .badge, .add_to_cart_button .badge, .single_add_to_cart_button .badge {
color: #21bb9c;
background-color: white;
}
/* line 109, ../sass/theme/components/_buttons.scss */
.button.loading, .add_to_cart_button.loading, .single_add_to_cart_button.loading {
opacity: 0.7;
position: relative;
padding: 7px 28px 7px 5px;
}
/* line 113, ../sass/theme/components/_buttons.scss */
.button.loading:after, .add_to_cart_button.loading:after, .single_add_to_cart_button.loading:after {
font-family: "fontawesome";
content: "\f110";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-size: 14px;
position: absolute;
right: 10px;
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
/* line 125, ../sass/theme/components/_buttons.scss */
.button.added, .add_to_cart_button.added, .single_add_to_cart_button.added {
display: none;
}
/* line 129, ../sass/theme/components/_buttons.scss */
.added_to_cart {
float: left;
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 7px 16px;
font-size: 10px;
letter-spacing: 1px;
font-weight: 700;
line-height: 20px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .added_to_cart {
float: right;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:hover, .added_to_cart:focus, .added_to_cart:active, .added_to_cart.active {
color: #21bb9c;
background-color: white;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
color: #21bb9c;
background-color: white;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.added_to_cart:active, .added_to_cart.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .added_to_cart.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.added_to_cart.disabled, .added_to_cart.disabled:hover, .added_to_cart.disabled:focus, .added_to_cart.disabled:active, .added_to_cart.disabled.active, .added_to_cart[disabled], .added_to_cart[disabled]:hover, .added_to_cart[disabled]:focus, .added_to_cart[disabled]:active, .added_to_cart[disabled].active, fieldset[disabled] .added_to_cart, fieldset[disabled] .added_to_cart:hover, fieldset[disabled] .added_to_cart:focus, fieldset[disabled] .added_to_cart:active, fieldset[disabled] .added_to_cart.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.added_to_cart .badge {
color: #21bb9c;
background-color: white;
}
/* line 137, ../sass/theme/components/_buttons.scss */
.added_to_cart:after {
position: relative;
content: "\f090";
left: 5px;
margin: auto;
font-family: "fontawesome";
font-size: 14px;
}
/* line 151, ../sass/theme/components/_buttons.scss */
.add-links a i {
margin: 0;
padding: 0;
}
/* line 159, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist {
float: right;
margin: 0;
position: relative;
width: 40px;
height: 35px;
font-size: 0px;
display:none;
}
/* line 160, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist a {
color: #21bb9c;
border-width: 1px;
border-style: solid;
background-color: white;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 7px 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a:hover, .yith-wcwl-add-to-wishlist a:focus, .yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a:active, .yith-wcwl-add-to-wishlist a.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-add-to-wishlist a.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a.disabled, .yith-wcwl-add-to-wishlist a.disabled:hover, .yith-wcwl-add-to-wishlist a.disabled:focus, .yith-wcwl-add-to-wishlist a.disabled:active, .yith-wcwl-add-to-wishlist a.disabled.active, .yith-wcwl-add-to-wishlist a[disabled], .yith-wcwl-add-to-wishlist a[disabled]:hover, .yith-wcwl-add-to-wishlist a[disabled]:focus, .yith-wcwl-add-to-wishlist a[disabled]:active, .yith-wcwl-add-to-wishlist a[disabled].active, fieldset[disabled] .yith-wcwl-add-to-wishlist a, fieldset[disabled] .yith-wcwl-add-to-wishlist a:hover, fieldset[disabled] .yith-wcwl-add-to-wishlist a:focus, fieldset[disabled] .yith-wcwl-add-to-wishlist a:active, fieldset[disabled] .yith-wcwl-add-to-wishlist a.active {
background-color: white;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-add-to-wishlist a .badge {
color: white;
background-color: #21bb9c;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .yith-wcwl-add-to-wishlist {
float: left;
}
/* line 170, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .feedback {
display: none;
}
/* line 173, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .ajax-loading {
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 10px;
}
/* line 180, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist {
width: 40px;
height: 35px;
font-size: 0px;
border-radius: 0 !important;
}
/* line 184, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist:after {
position: absolute;
content: "\f004";
left: 0;
right: 0;
margin: auto;
font-family: "fontawesome";
font-size: 14px;
line-height: 24px;
text-align: center;
}
/* line 196, ../sass/theme/components/_buttons.scss */
.yith-wcwl-add-to-wishlist .add_to_wishlist.added:after {
content: "\f00c";
}
/* line 202, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
float: right;
margin: 0;
}
/* line 203, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
color: white;
border-width: 1px;
border-style: solid;
background-color: #21bb9c;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 7px 12px;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:hover, .yith-wcwl-wishlistexistsbrowse a:focus, .yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:hover, .yith-wcwl-wishlistaddedbrowse a:focus, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
color: white;
background-color: #4a4a4a;
border-color: transparent;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
color: white;
background-color: #4a4a4a;
border-color: transparent;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:active, .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a:active, .yith-wcwl-wishlistaddedbrowse a.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .yith-wcwl-wishlistexistsbrowse a.dropdown-toggle, .open .yith-wcwl-wishlistaddedbrowse a.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a.disabled, .yith-wcwl-wishlistexistsbrowse a.disabled:hover, .yith-wcwl-wishlistexistsbrowse a.disabled:focus, .yith-wcwl-wishlistexistsbrowse a.disabled:active, .yith-wcwl-wishlistexistsbrowse a.disabled.active, .yith-wcwl-wishlistexistsbrowse a[disabled], .yith-wcwl-wishlistexistsbrowse a[disabled]:hover, .yith-wcwl-wishlistexistsbrowse a[disabled]:focus, .yith-wcwl-wishlistexistsbrowse a[disabled]:active, .yith-wcwl-wishlistexistsbrowse a[disabled].active, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:hover, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:focus, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a:active, fieldset[disabled] .yith-wcwl-wishlistexistsbrowse a.active, .yith-wcwl-wishlistaddedbrowse a.disabled, .yith-wcwl-wishlistaddedbrowse a.disabled:hover, .yith-wcwl-wishlistaddedbrowse a.disabled:focus, .yith-wcwl-wishlistaddedbrowse a.disabled:active, .yith-wcwl-wishlistaddedbrowse a.disabled.active, .yith-wcwl-wishlistaddedbrowse a[disabled], .yith-wcwl-wishlistaddedbrowse a[disabled]:hover, .yith-wcwl-wishlistaddedbrowse a[disabled]:focus, .yith-wcwl-wishlistaddedbrowse a[disabled]:active, .yith-wcwl-wishlistaddedbrowse a[disabled].active, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:hover, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:focus, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a:active, fieldset[disabled] .yith-wcwl-wishlistaddedbrowse a.active {
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a .badge, .yith-wcwl-wishlistaddedbrowse a .badge {
color: #21bb9c;
background-color: white;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .yith-wcwl-wishlistexistsbrowse, .rtl .yith-wcwl-wishlistaddedbrowse {
float: left;
}
/* line 210, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
width: 40px;
height: 35px;
font-size: 0px;
}
/* line 213, ../sass/theme/components/_buttons.scss */
.yith-wcwl-wishlistexistsbrowse a:after, .yith-wcwl-wishlistaddedbrowse a:after {
position: absolute;
content: "\f00c";
left: 0;
right: 0;
margin: auto;
font-family: "fontawesome";
font-size: 14px;
text-align: center;
line-height: 20px;
}
/* line 227, ../sass/theme/components/_buttons.scss */
.compare {
color: #21bb9c;
border-width: 1px;
border-style: solid;
background-color: white;
border-color: #21bb9c;
border-radius: 0px;
text-transform: uppercase;
font-family: "Lato";
font-size: 12px;
padding: 7px 12px;
margin-right: 7px;
position: relative;
width: 40px;
height: 35px;
font-size: 0px;
float: right;
display:none;
}
/* line 14, ../sass/theme/mixins/_buttons.scss */
.compare:hover, .compare:focus, .compare:active, .compare.active {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 20, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
color: white;
background-color: #21bb9c;
border-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_buttons.scss */
.compare:active, .compare.active {
background-image: none;
}
/* line 31, ../sass/theme/mixins/_buttons.scss */
.open .compare.dropdown-toggle {
background-image: none;
}
/* line 42, ../sass/theme/mixins/_buttons.scss */
.compare.disabled, .compare.disabled:hover, .compare.disabled:focus, .compare.disabled:active, .compare.disabled.active, .compare[disabled], .compare[disabled]:hover, .compare[disabled]:focus, .compare[disabled]:active, .compare[disabled].active, fieldset[disabled] .compare, fieldset[disabled] .compare:hover, fieldset[disabled] .compare:focus, fieldset[disabled] .compare:active, fieldset[disabled] .compare.active {
background-color: white;
border-color: #21bb9c;
}
/* line 47, ../sass/theme/mixins/_buttons.scss */
.compare .badge {
color: white;
background-color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .compare {
margin-left: 7px;
margin-right: inherit;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .compare {
float: left;
}
/* line 235, ../sass/theme/components/_buttons.scss */
.compare:after {
position: absolute;
content: "\f0ec";
left: 0;
right: 0;
margin: auto;
font-family: "fontawesome";
font-size: 14px;
text-align: center;
line-height: 20px;
}
/* line 246, ../sass/theme/components/_buttons.scss */
.compare.added {
display: block;
}
/* line 248, ../sass/theme/components/_buttons.scss */
.compare.added:after {
content: "\f00c";
}
/* line 255, ../sass/theme/components/_buttons.scss */
.quick-view {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: -15px auto auto;
opacity: 0;
width: 36px;
height: 36px;
background: #4a4a4a;
border-radius: 3px;
}
/* line 265, ../sass/theme/components/_buttons.scss */
.quick-view a {
color: white;
width: 100%;
}
/* line 269, ../sass/theme/components/_buttons.scss */
.quick-view:hover {
background: #21bb9c;
opacity: 1;
}
/* line 274, ../sass/theme/components/_buttons.scss */
.button-about {
padding-top: 10px;
}
/* line 276, ../sass/theme/components/_buttons.scss */
.button-about .btn {
padding: 8px 12px;
}
/* line 280, ../sass/theme/components/_buttons.scss */
.button-about i {
padding-left: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .button-about i {
padding-right: 10px;
padding-left: inherit;
}
/* line 285, ../sass/theme/components/_buttons.scss */
.button-groups .yith-wcqv-button {
display: none;
}
/* line 290, ../sass/theme/components/_buttons.scss */
.alert .button.wc-forward {
background: none;
color: #21bb9c;
padding: 0;
border: 0;
}
/* line 1, ../sass/theme/components/_forms.scss */
.form-control {
border: 1px solid #e5e5e5;
border-radius: 3px;
box-shadow: none;
}
/* line 5, ../sass/theme/components/_forms.scss */
.form-control:focus {
box-shadow: none;
border-color: #21bb9c;
}
/* line 11, ../sass/theme/components/_forms.scss */
.input-group input, .input-group .form-control {
height: 36px;
}
/* line 14, ../sass/theme/components/_forms.scss */
.input-group .btn {
padding: 9px 17px;
}
/* line 20, ../sass/theme/components/_forms.scss */
.nav-tabs > li {
float: left;
padding-right: 15px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .nav-tabs > li {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .nav-tabs > li {
padding-left: 15px;
padding-right: inherit;
}
/* line 23, ../sass/theme/components/_forms.scss */
.nav-tabs > li > a {
padding: 10px 20px;
font-size: 16px;
background: #ededed;
border: none;
border-radius: 0;
}
/* line 32, ../sass/theme/components/_forms.scss */
.nav-tabs > li.active > a {
background: #21bb9c;
color: #fff;
}
/* line 37, ../sass/theme/components/_forms.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff;
background: #21bb9c;
border: none;
border-bottom-color: transparent;
cursor: default;
}
/* line 48, ../sass/theme/components/_forms.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
outline: none;
}
/* line 51, ../sass/theme/components/_forms.scss */
.form-control::-moz-placeholder {
font-style: italic;
font-weight: 300;
}
/*owl*/
/* line 5, ../sass/theme/components/_carousel.scss */
.owl-wrapper {
position: relative;
float: left;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.owl-wrapper:before, .owl-wrapper:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.owl-wrapper:after {
clear: both;
}
/* line 10, ../sass/theme/components/_carousel.scss */
.owl-carousel {
position: relative;
padding: 0 50px;
}
/* line 14, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel, .owl-carousel.owl-related {
padding: 0;
}
/* line 17, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel .owl-prev,
.owl-carousel.owl-products-carousel .owl-next, .owl-carousel.owl-related .owl-prev,
.owl-carousel.owl-related .owl-next {
margin-top: -70px !important;
}
/* line 20, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-products-carousel .product-block, .owl-carousel.owl-related .product-block {
margin-bottom: 0;
}
/* line 24, ../sass/theme/components/_carousel.scss */
.owl-carousel.owl-category-carousel {
padding: 0;
}
/* line 30, ../sass/theme/components/_carousel.scss */
.owl-theme .owl-controls {
margin-top: 0px;
}
/* line 38, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
display: inline-block;
height: 30px;
width: 30px;
line-height: 24px;
text-align: center;
border: 2px solid #cfcfcf;
cursor: pointer;
color: #cfcfcf;
background: transparent;
border-radius: 0;
position: absolute;
top: 50%;
z-index: 99;
margin-top: -15px;
}
/* line 54, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
border-color: #21bb9c;
color: #21bb9c;
}
/* line 60, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-buttons .owl-prev {
left: -5px;
}
/* line 63, ../sass/theme/components/_carousel.scss */
.owl-controls .owl-nav .owl-next,
.owl-controls .owl-buttons .owl-next {
right: -5px;
}
/* line 73, ../sass/theme/components/_carousel.scss */
.owl-carousel [class*="col-"] {
padding: 0 10px;
}
/* line 77, ../sass/theme/components/_carousel.scss */
.row-product-carousel {
margin: 0 -10px;
}
/* line 81, ../sass/theme/components/_carousel.scss */
.no-owl-buttons {
padding: 0 !important;
}
/* line 85, ../sass/theme/components/_carousel.scss */
.no-owl-buttons.owl-carousel .owl-buttons {
display: none;
}
/* line 90, ../sass/theme/components/_carousel.scss */
.no-owl-buttons .product-block {
margin-bottom: 0;
}
/* line 97, ../sass/theme/components/_carousel.scss */
.product-carousel .owl-controls .owl-prev, .product-carousel .owl-controls .owl-next, .related-wrapper .owl-controls .owl-prev, .related-wrapper .owl-controls .owl-next {
opacity: 0;
z-index: 999;
}
/* line 104, ../sass/theme/components/_carousel.scss */
.product-carousel:hover .owl-controls .owl-prev, .product-carousel:hover .owl-controls .owl-next, .related-wrapper:hover .owl-controls .owl-prev, .related-wrapper:hover .owl-controls .owl-next {
opacity: 1;
}
/* line 110, ../sass/theme/components/_carousel.scss */
.custom.tparrows {
border-radius: 2px;
}
/* line 113, ../sass/theme/components/_carousel.scss */
.tparrows::before {
font-size: 30px;
}
/* line 2, ../sass/theme/components/_search.scss */
.searchform {
padding: 6px 0;
}
/* line 4, ../sass/theme/components/_search.scss */
.searchform .btn {
z-index: 10;
margin-left: -4px;
padding: 8px 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .searchform .btn {
margin-right: -4px;
margin-left: inherit;
}
/* line 9, ../sass/theme/components/_search.scss */
.searchform .form-control {
width: 100%;
border-radius: 0;
padding: 7px 10px;
font-size: 12px;
height: 38px;
}
/* line 15, ../sass/theme/components/_search.scss */
.searchform .form-control:focus {
border-color: #ea4848;
}
/* line 19, ../sass/theme/components/_search.scss */
.searchform button {
height: 38px;
}
/* line 25, ../sass/theme/components/_search.scss */
.rit-filter-attribute {
position: relative;
padding-top: 15px;
}
/* line 29, ../sass/theme/components/_search.scss */
.rit-filter-nav {
padding-bottom: 15px;
}
/* line 32, ../sass/theme/components/_search.scss */
.rit-list-product-category {
margin: 0;
width: 90%;
}
/* line 35, ../sass/theme/components/_search.scss */
.rit-list-product-category li {
float: left;
font-size: 12px;
padding-right: 30px;
line-height: 40px;
text-transform: uppercase;
position: relative;
letter-spacing: 1px;
}
/* line 44, ../sass/theme/components/_search.scss */
.rit-list-product-category li + li::after {
content: "/";
left: -17px;
position: absolute;
top: 0;
}
/* line 52, ../sass/theme/components/_search.scss */
.rit-products-wrap.loading .rit-wrapper-products-shortcode:after {
background: url("../images/loader.gif") repeat 0 0;
background-repeat: no-repeat;
content: "";
display: block;
height: 31px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 31px;
z-index: 900;
}
/* line 66, ../sass/theme/components/_search.scss */
.rit-products-wrap.loading .category-tabs-filter {
opacity: 0.3;
}
/* line 70, ../sass/theme/components/_search.scss */
.category-tabs-filter {
margin-top: 30px;
}
/* line 74, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget {
float: left;
min-width: 180px;
}
/* line 78, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load li {
cursor: pointer;
line-height: 25px;
}
/* line 82, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load a {
color: #777777;
}
/* line 84, ../sass/theme/components/_search.scss */
.rit-filter-wrap .widget .rit-ajax-load a:hover {
color: #21bb9c;
}
/* line 90, ../sass/theme/components/_search.scss */
.rit-filter-wrap .chosen {
color: #21bb9c !important;
}
/* line 95, ../sass/theme/components/_search.scss */
.filter-title {
font-size: 16px;
}
/* line 99, ../sass/theme/components/_search.scss */
.tags-list {
max-width: 180px;
}
/* line 101, ../sass/theme/components/_search.scss */
.tags-list li {
padding-right: 5px;
float: left;
}
/* line 105, ../sass/theme/components/_search.scss */
.tags-list a {
padding: 6px 8px;
}
/* line 107, ../sass/theme/components/_search.scss */
.tags-list a:hover {
color: white !important;
}
/* line 2, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
background: white;
}
/* line 7, ../sass/theme/components/_menu.scss */
.menu-full {
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
background: white;
}
/* line 11, ../sass/theme/components/_menu.scss */
.menu-full #ri-menu-primary {
border-width: 0;
}
/* line 15, ../sass/theme/components/_menu.scss */
#aba-menu {
margin: 0;
border: none;
}
/* line 22, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a {
color: #505050;
}
/* line 24, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul.mega-menu > li > a:hover, #ri-menu-primary ul.mega-menu > li > a:focus {
color: #ea4848;
}
/* line 28, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul {
margin: 0;
padding: 0;
position: relative;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:before, #ri-menu-primary ul:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary ul:after {
clear: both;
}
/* line 33, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li {
list-style: none;
position: relative;
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li {
float: right;
}
/* line 38, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li[class*="-has-children"] > a:before {
position: absolute;
content: "\f107";
color: #505050;
font-family: 'fontawesome';
right: 5px;
line-height: 50px;
top: 5px;
font-size: 12px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li[class*="-has-children"] > a:before {
left: 5px;
right: auto;
}
/* line 49, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #505050;
padding: 22px 20px;
position: relative;
}
/* line 56, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:hover, #ri-menu-primary ul > li > a:focus {
color: #21bb9c;
background: transparent;
}
/* line 59, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:hover:after, #ri-menu-primary ul > li > a:focus:after {
opacity: 1;
width: 100%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 66, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > a:after {
position: absolute;
content: "";
width: 12px;
left: 0;
right: 0;
top: -1px;
margin: auto;
background: #21bb9c;
height: 2px;
opacity: 0;
transtion: 3s all;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 85, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul {
display: none;
position: absolute !important;
min-width: 210px;
box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
background: #FFF;
top: 100%;
z-index: 99999;
}
/* line 95, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"] a:before {
content: none;
}
/* line 98, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
position: absolute;
content: "\f105";
color: black;
font-family: 'fontawesome';
right: 10px;
line-height: 50px;
top: 0;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul li[class*="-has-children"]:after {
left: 10px;
right: auto;
}
/* line 107, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
color: #21bb9c;
}
/* line 112, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li {
float: none;
display: block;
text-align: left;
border-top: 1px solid #e0e0e0;
color: #4e4d4d;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul > li {
text-align: right;
}
/* line 118, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li a {
padding: 17px 20px;
text-transform: capitalize;
}
/* line 124, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul a {
width: 100%;
font-size: 14px;
}
/* line 130, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li:hover > ul {
display: block !important;
}
/* line 136, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-sub-menu > li a, #ri-menu-primary .mega-sub-menu > li a {
color: #4e4d4d;
}
/* line 142, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li ul {
float: none !important;
display: none;
position: absolute;
left: 100%;
top: 0;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary ul > li > ul > li ul {
right: 100%;
left: auto;
}
/* line 150, ../sass/theme/components/_menu.scss */
#ri-menu-primary ul > li > ul > li:hover > ul {
display: block;
}
/* line 162, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu {
width: 100%;
padding: 15px 15px 30px;
border-top: 1px solid #f3f3f3;
}
/* line 167, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
border: none;
padding: 0 15px;
}
/* line 172, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
content: none;
}
/* line 182, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu {
position: static;
}
/* line 185, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
left: 0px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul {
right: 0px;
left: auto;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:before, #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
clear: both;
}
/* line 188, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
float: right;
}
/* line 192, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
display: block;
position: relative;
left: 0;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
right: 0;
left: auto;
}
/* line 196, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
float: none;
}
/* line 198, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
padding: 10px 0px;
font-size: 14px;
text-transform: capitalize;
}
/* line 202, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
content: none;
}
/* line 214, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-1 {
width: 100%;
}
/* line 217, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-2 {
width: 50%;
}
/* line 220, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-2 {
width: 100%;
}
/* line 223, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-3 {
width: 33.33333%;
}
/* line 226, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-3 {
width: 66.66667%;
}
/* line 229, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-3 {
width: 100%;
}
/* line 232, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-4 {
width: 25%;
}
/* line 235, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-4 {
width: 50%;
}
/* line 238, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-4 {
width: 75%;
}
/* line 241, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-4 {
width: 100%;
}
/* line 244, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-5 {
width: 20%;
}
/* line 247, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-5 {
width: 40%;
}
/* line 250, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-5 {
width: 60%;
}
/* line 253, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-5 {
width: 80%;
}
/* line 256, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-5 {
width: 100%;
}
/* line 259, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-6 {
width: 16.66667%;
}
/* line 262, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-6 {
width: 33.33333%;
}
/* line 265, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-6 {
width: 50%;
}
/* line 268, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-6 {
width: 66.66667%;
}
/* line 271, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-6 {
width: 83.33333%;
}
/* line 274, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-6 {
width: 100%;
}
/* line 277, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-7 {
width: 14.28571%;
}
/* line 280, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-7 {
width: 28.57143%;
}
/* line 283, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-7 {
width: 42.85714%;
}
/* line 286, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-7 {
width: 57.14286%;
}
/* line 289, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-7 {
width: 71.42857%;
}
/* line 292, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-7 {
width: 85.71429%;
}
/* line 295, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-7 {
width: 100%;
}
/* line 298, ../sass/theme/components/_menu.scss */
.mega-menu-columns-1-of-8 {
width: 12.5%;
}
/* line 301, ../sass/theme/components/_menu.scss */
.mega-menu-columns-2-of-8 {
width: 25%;
}
/* line 304, ../sass/theme/components/_menu.scss */
.mega-menu-columns-3-of-8 {
width: 37.5%;
}
/* line 307, ../sass/theme/components/_menu.scss */
.mega-menu-columns-4-of-8 {
width: 50%;
}
/* line 310, ../sass/theme/components/_menu.scss */
.mega-menu-columns-5-of-8 {
width: 62.5%;
}
/* line 313, ../sass/theme/components/_menu.scss */
.mega-menu-columns-6-of-8 {
width: 75%;
}
/* line 316, ../sass/theme/components/_menu.scss */
.mega-menu-columns-7-of-8 {
width: 87.5%;
}
/* line 319, ../sass/theme/components/_menu.scss */
.mega-menu-columns-8-of-8 {
width: 100%;
}
/* line 324, ../sass/theme/components/_menu.scss */
#ri-menu-primary {
/* widget product list */
/* widget image widget */
}
/* line 326, ../sass/theme/components/_menu.scss */
#ri-menu-primary .mega-block-title {
padding-bottom: 15px;
color: #4e4d4d;
font-size: 14px;
text-transform: uppercase;
border-bottom: 1px solid #e0e0e0;
}
/* line 340, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget {
box-shadow: none;
max-width: 400px;
position: relative !important;
}
/* line 344, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product_list_widget > li {
margin-bottom: 30px;
border: none;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .product_list_widget > li:before, #ri-menu-primary .product_list_widget > li:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
#ri-menu-primary .product_list_widget > li:after {
clear: both;
}
/* line 351, ../sass/theme/components/_menu.scss */
#ri-menu-primary .cart_list.product_list_widget > li {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 0;
}
/* line 357, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image {
margin-right: 10px;
width: auto;
padding: 0;
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-menu-primary .product-image {
float: right;
}
/* line 363, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image .img-effect:hover .wp-post-image {
margin-left: 0%;
transition: all 0.4s ease 0s;
}
/* line 367, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-image .hover-image {
display: none;
}
/* line 371, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details {
padding: 0;
overflow: hidden;
}
/* line 374, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a {
padding-left: 0px;
color: #000000;
font-size: 15px;
padding-bottom: 10px;
}
/* line 379, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details a:hover {
color: #21bb9c;
}
/* line 383, ../sass/theme/components/_menu.scss */
#ri-menu-primary .product-details .amount {
color: #000000;
font-size: 16px;
line-height: 20px;
}
/* line 391, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-image-link {
padding: 0;
}
/* line 394, ../sass/theme/components/_menu.scss */
#ri-menu-primary .widget_sp_image-description {
padding: 15px 0;
font-style: italic;
text-align: justify;
}
/* ================== Canvas Menu ===================== */
/* line 3, ../sass/theme/components/_offcanvas.scss */
body {
overflow-x: hidden;
}
@media (max-width: 991px) {
/* line 8, ../sass/theme/components/_offcanvas.scss */
.slicknav_btn {
display: block !important;
}
}
/* line 2, ../sass/theme/components/_element-woo.scss */
.site-logo {
line-height: 72px;
}
/* line 7, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .language {
position: relative;
}
/* line 10, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch {
background: none;
border: none;
}
/* line 14, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul {
margin-top: 0;
background: #2e383e;
border-radius: 0;
box-shadow: none;
padding: 0;
}
/* line 20, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li {
border-top: 1px solid #4d5255;
list-style: none;
float: none;
color: #979c9f;
border-left: none;
border-right: none;
}
/* line 27, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li a {
display: inline-block;
}
/* line 30, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span {
color: #979c9f;
cursor: pointer;
}
/* line 33, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch ul > li span:hover {
color: #21bb9c;
}
/* line 39, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch img {
margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar #language-switch img {
margin-left: 5px;
margin-right: inherit;
}
/* line 42, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch .fa {
margin-left: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar #language-switch .fa {
margin-right: 5px;
margin-left: inherit;
}
/* line 45, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar #language-switch .icl_lang_sel_translated {
display: none;
}
/* line 52, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency, .wrap-select-country {
position: relative;
}
/* line 54, ../sass/theme/components/_element-woo.scss */
.wrap-select-currency:after, .wrap-select-country:after {
background: #2e383e;
color: #979c9f;
content: "\f107";
font-family: "FontAwesome";
height: 100%;
line-height: 27px;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 10px;
font-size: 14px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .wrap-select-currency:after, .rtl .wrap-select-country:after {
left: 0;
right: auto;
}
/* line 71, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher {
background: none;
border: none;
margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .currency_switcher .woocommerce-currency-switcher {
margin-left: 10px;
margin-right: inherit;
}
/* line 78, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-pointer {
display: none !important;
}
/* line 81, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-select {
background: none !important;
border: none;
}
/* line 85, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-desc {
display: none;
}
/* line 88, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected {
padding: 0;
width: 55px;
line-height: 24px;
}
/* line 93, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text {
color: #979c9f;
margin: 0;
text-transform: capitalize;
font-weight: 400 !important;
cursor: pointer;
}
/* line 99, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text:hover, .currency_switcher .woocommerce-currency-switcher-form .dd-option-text:hover {
color: #21bb9c;
}
/* line 103, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options {
position: absolute;
width: 95px !important;
top: 32px;
left: -20px;
box-shadow: none;
background: #2e383e;
border: 1px solid #4d5255;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options {
right: -20px;
left: auto;
}
/* line 111, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options li {
display: block;
width: 100%;
float: none;
border-left: none !important;
border-bottom: 1px solid #4d5255;
}
/* line 117, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
border-right: none !important;
}
/* line 121, ../sass/theme/components/_element-woo.scss */
.currency_switcher .woocommerce-currency-switcher-form .dd-options a {
background: none;
border-bottom: none;
}
/* line 129, ../sass/theme/components/_element-woo.scss */
.cart-wrap {
position: relative;
}
/* line 131, ../sass/theme/components/_element-woo.scss */
.cart-wrap .cart-box {
opacity: 0;
visibility: hidden;
position: absolute;
top: 120%;
right: 0;
background: #fff;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
z-index: 999;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-wrap .cart-box {
left: 0;
right: auto;
}
/* line 143, ../sass/theme/components/_element-woo.scss */
.cart-wrap:hover .cart-box {
opacity: 1;
visibility: visible;
top: 100%;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
/* line 151, ../sass/theme/components/_element-woo.scss */
#cart {
cursor: pointer;
}
/* line 153, ../sass/theme/components/_element-woo.scss */
#cart .mini-cart {
padding-left: 22px;
display: table;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .mini-cart {
padding-right: 22px;
padding-left: inherit;
}
/* line 156, ../sass/theme/components/_element-woo.scss */
#cart .mini-cart > * {
vertical-align: middle;
display: table-cell;
display:none;
}
/* line 160, ../sass/theme/components/_element-woo.scss */
#cart .mini-cart .fa {
line-height: 40px;
color: #21bb9c;
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .mini-cart .fa {
float: right;
}
/* line 166, ../sass/theme/components/_element-woo.scss */
#cart .icon-cart {
position: relative;
}
/* line 168, ../sass/theme/components/_element-woo.scss */
#cart .icon-cart .mini-cart-items {
padding: 8px 11px 9px;
border: 2px solid #4e4d4d;
margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .icon-cart .mini-cart-items {
margin-left: 10px;
margin-right: inherit;
}
/* line 172, ../sass/theme/components/_element-woo.scss */
#cart .icon-cart .mini-cart-items:before {
border-style: solid solid none;
border-top-left-radius: 99px;
border-top-right-radius: 99px;
border-width: 2px 2px 0;
content: "";
height: 12px;
margin-right: -3px;
position: absolute;
right: 50%;
top: -8px;
width: 15px;
border-color: #4e4d4d;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .icon-cart .mini-cart-items:before {
margin-left: -3px;
margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .icon-cart .mini-cart-items:before {
left: 50%;
right: auto;
}
/* line 188, ../sass/theme/components/_element-woo.scss */
#cart .group-mini-cart {
position: relative;
overflow: hidden;
}
/* line 192, ../sass/theme/components/_element-woo.scss */
#cart .text-items {
color: #21bb9c;
}
/* line 195, ../sass/theme/components/_element-woo.scss */
#cart .total {
padding: 10px;
border-bottom: 1px solid #e0e0e0;
}
/* line 199, ../sass/theme/components/_element-woo.scss */
#cart .quantity {
margin: 0;
}
/* line 203, ../sass/theme/components/_element-woo.scss */
.cart-box {
border-radius: 0;
min-height: 50px;
width: 315px;
padding: 15px 20px 5px;
cursor: pointer;
left: auto;
right: 0;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .cart-box {
left: 0;
right: auto;
}
/* line 212, ../sass/theme/components/_element-woo.scss */
.rit_product_remove {
display: table-cell;
vertical-align: middle;
}
/* line 216, ../sass/theme/components/_element-woo.scss */
.product-remove {
vertical-align: middle;
text-align: center;
}
/* line 219, ../sass/theme/components/_element-woo.scss */
.product-remove a {
width: 24px;
height: 24px;
font-size: 20px;
border-radius: 100%;
border: 1px solid #000;
}
/* line 225, ../sass/theme/components/_element-woo.scss */
.product-remove a:hover {
border: 1px solid #21bb9c;
}
/* line 230, ../sass/theme/components/_element-woo.scss */
.cart_list {
padding: 0;
margin: 0;
list-style: none;
}
/* line 234, ../sass/theme/components/_element-woo.scss */
.cart_list .empty {
line-height: 24px;
border-bottom: none;
padding-bottom: 0;
}
/* line 239, ../sass/theme/components/_element-woo.scss */
.cart_list li {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 15px;
}
/* line 243, ../sass/theme/components/_element-woo.scss */
.cart_list .wp-post-image {
width: 100%;
height: 100%;
}
/* line 248, ../sass/theme/components/_element-woo.scss */
.cart-image {
width: 90px;
height: 80px;
}
/* line 252, ../sass/theme/components/_element-woo.scss */
.btn-viewcart {
margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .btn-viewcart {
margin-left: 5px;
margin-right: inherit;
}
/* line 256, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart {
padding: 0 15px;
display: inline-block;
line-height: 40px;
}
/* line 260, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items::before {
border-color: #4e4d4d;
border-style: solid solid none;
border-top-left-radius: 99px;
border-top-right-radius: 99px;
border-width: 2px 2px 0;
content: "";
height: 9px;
margin-right: -1px;
position: absolute;
right: 50%;
top: 2px;
width: 12px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items::before {
margin-left: -1px;
margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items::before {
left: 50%;
right: auto;
}
/* line 274, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .mini-cart-items {
border: 2px solid #4e4d4d;
margin-right: 10px;
padding: 2px 5px;
color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart .mini-cart-items {
margin-left: 10px;
margin-right: inherit;
}
/* line 281, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .total {
border-bottom: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
padding: 10px;
margin-top: 10px;
}
/* line 288, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart ul > li {
border: none;
float: none;
padding: 0;
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .mobile-cart ul > li {
text-align: right;
}
/* line 293, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart ul > li:last-child {
border-width: 0;
}
/* line 297, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a {
color: white;
}
/* line 299, ../sass/theme/components/_element-woo.scss */
#ri-top-navbar .mobile-cart .buttons a:hover {
color: #21bb9c;
}
/* line 306, ../sass/theme/components/_element-woo.scss */
.country_select > * {
line-height: 30px;
}
/* line 310, ../sass/theme/components/_element-woo.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
width: 100%;
border: 1px solid #e0e0e0;
padding: 5px;
}
/* line 315, ../sass/theme/components/_element-woo.scss */
.woocommerce table.shop_table {
border: 1px solid rgba(0, 0, 0, 0.1);
border-collapse: separate;
border-radius: 5px;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .woocommerce table.shop_table {
text-align: right;
}
/* line 323, ../sass/theme/components/_element-woo.scss */
.f-coupon-code {
width: 240px;
display: inline-block;
}
/* line 327, ../sass/theme/components/_element-woo.scss */
.breadcrumb {
padding: 0;
margin: 25px 0;
background: none;
}
/* line 333, ../sass/theme/components/_element-woo.scss */
.screen-reader-text {
display: none;
}
/* line 336, ../sass/theme/components/_element-woo.scss */
.pagination {
display: block;
border-top: 1px solid #e0e0e0;
margin: -1px 0 0;
padding: 30px 0;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.pagination:before, .pagination:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.pagination:after {
clear: both;
}
/* line 342, ../sass/theme/components/_element-woo.scss */
.pagination .page-numbers {
border-radius: 0 !important;
padding: 10px 15px;
border: 1px solid #e0e0e0;
display: inline-block;
line-height: 16px;
margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .pagination .page-numbers {
margin-left: 5px;
margin-right: inherit;
}
/* line 350, ../sass/theme/components/_element-woo.scss */
.pagination .current, .pagination span.current {
background: #21bb9c;
color: white;
border: 1px solid #21bb9c;
padding: 10px 15px;
}
/* line 358, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers {
padding: 0;
border: none;
}
/* line 359, ../sass/theme/components/_element-woo.scss */
.image-pagination .page-numbers:hover {
border: none !important;
background: none !important;
}
/* line 369, ../sass/theme/components/_element-woo.scss */
#calendar_wrap #today {
background: #21bb9c;
color: white;
}
/* line 373, ../sass/theme/components/_element-woo.scss */
#calendar_wrap td {
padding: 8px;
text-align: center;
}
/* line 3, ../sass/theme/components/_social.scss */
.social {
padding: 30px 0 10px;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 30px;
}
/* line 7, ../sass/theme/components/_social.scss */
.social .social-item {
padding: 0 8px;
}
/* line 11, ../sass/theme/components/_social.scss */
.share-text {
text-transform: uppercase;
line-height: 40px;
color: black;
}
/* line 17, ../sass/theme/components/_social.scss */
.social-icons {
margin: 0;
}
/* line 21, ../sass/theme/components/_social.scss */
.social-item > a {
color: #000000;
text-align: center;
font-size: 16px;
}
/* line 28, ../sass/theme/components/_social.scss */
.author-social {
border-radius: 100%;
width: 24px;
height: 24px;
text-align: center;
line-height: 20px;
border: 1px solid #e0e0e0;
margin-right: 3px;
}
/* line 35, ../sass/theme/components/_social.scss */
.author-social .fa {
font-size: 13px;
}
/* line 43, ../sass/theme/components/_social.scss */
.facebook:hover {
color: #3b5998;
}
/* line 50, ../sass/theme/components/_social.scss */
.twitter:hover {
color: #00aced;
}
/* line 57, ../sass/theme/components/_social.scss */
.googleplus:hover {
color: #dd4b39;
}
/* line 64, ../sass/theme/components/_social.scss */
.pinterest:hover {
color: #cb2027;
}
/* line 71, ../sass/theme/components/_social.scss */
.mail:hover {
color: #666;
}
/* line 77, ../sass/theme/components/_social.scss */
.fa-facebook:hover {
color: #3b5998;
}
/* line 82, ../sass/theme/components/_social.scss */
.fa-twitter:hover {
color: #00aced;
}
/* line 87, ../sass/theme/components/_social.scss */
.fa-google-plus:hover {
color: #dd4b39;
}
/* line 92, ../sass/theme/components/_social.scss */
.fa-pinterest:hover {
color: #cb2027;
}
/* line 97, ../sass/theme/components/_social.scss */
.fa-envelope:hover {
color: #666;
}
/* line 4, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search {
padding: 15px 0;
}
/* line 6, ../sass/theme/layouts/_header.scss */
#ri-header .group-cart-search > * {
display: inline-block;
}
/* line 10, ../sass/theme/layouts/_header.scss */
#ri-header .searchform-wrap {
width: 300px;
}
/* line 13, ../sass/theme/layouts/_header.scss */
#ri-header .searchform {
padding: 0;
border-right: 1px solid #e0e0e0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-header .searchform {
border-left: 1px solid #e0e0e0;
border-right: inherit;
}
/* line 19, ../sass/theme/layouts/_header.scss */
#ri-header .searchform .input-group {
padding-right: 25px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-header .searchform .input-group {
padding-left: 25px;
padding-right: inherit;
}
/* line 28, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header {
background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
padding: 10px 0;
position: absolute;
}
/* line 33, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
color: #FFF;
}
/* line 36, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul.mega-menu > li > a {
color: #FFF;
}
/* line 38, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #ri-menu-primary ul.mega-menu > li > a:hover {
color: #21bb9c;
}
/* line 42, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .btn-mini-search, .header-4.menu-transparent #ri-header .btn-mini-close {
color: #fff;
}
/* line 45, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .searchform-wrap {
background: transparent;
}
/* line 48, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #cart .icon-cart .mini-cart-items::before {
border-color: #fff;
}
/* line 51, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #cart .icon-cart .mini-cart-items {
border: 2px solid #fff;
}
/* line 54, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .text-cart {
color: #fff;
}
/* line 57, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header .menu-transparent-logo {
display: block;
}
/* line 60, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent #ri-header #logo {
display: none;
}
/* line 65, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.topbar-hiden #ri-top-navbar {
display: none;
}
/* line 70, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header {
background: white none repeat scroll 0 0;
position: fixed;
}
/* line 74, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul > li[class*="-has-children"] > a::before {
color: #4a4a4a;
}
/* line 77, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul.mega-menu > li > a {
color: #4a4a4a;
}
/* line 79, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #ri-menu-primary ul.mega-menu > li > a:hover {
color: #21bb9c;
}
/* line 83, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .btn-mini-search, .header-4.menu-transparent.keep-header.hide-bar #ri-header .btn-mini-close {
color: #4a4a4a;
}
/* line 86, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .searchform-wrap {
background: transparent;
}
/* line 89, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #cart .icon-cart .mini-cart-items::before {
border-color: #4a4a4a;
}
/* line 92, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #cart .icon-cart .mini-cart-items {
border: 2px solid #4a4a4a;
}
/* line 95, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .text-cart {
color: #4a4a4a;
}
/* line 98, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header #logo {
display: block;
}
/* line 101, ../sass/theme/layouts/_header.scss */
.header-4.menu-transparent.keep-header.hide-bar #ri-header .menu-transparent-logo {
display: none;
}
/* line 108, ../sass/theme/layouts/_header.scss */
.menu-transparent-logo {
display: none;
}
/* line 111, ../sass/theme/layouts/_header.scss */
.keep-logo {
display: none;
}
/* line 116, ../sass/theme/layouts/_header.scss */
.keep-header {
position: relative;
z-index: 1000;
width: 100%;
margin-top: 0;
}
/* line 122, ../sass/theme/layouts/_header.scss */
.keep-header .ri-menu-primary {
position: relative;
}
/* line 125, ../sass/theme/layouts/_header.scss */
.keep-header .ri-keep {
z-index: 999;
width: 100%;
}
/* line 132, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep {
z-index: 9999;
background: white;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
position: fixed;
}
/* line 137, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep .keep-logo {
display: block;
float: left;
margin-right: 30px;
width: 100px;
line-height: 60px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .keep-header.hide-bar .ri-keep .keep-logo {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .keep-header.hide-bar .ri-keep .keep-logo {
margin-left: 30px;
margin-right: inherit;
}
/* line 144, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .ri-keep #ri-menu-primary {
border: none;
}
/* line 148, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar #ri-top-navbar, .keep-header.hide-bar #ri-header {
display: none;
}
/* line 152, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar #cart .icon-cart .mini-cart-items::before {
border-color: #4a4a4a;
}
/* line 155, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar #cart .icon-cart .mini-cart-items {
border: 2px solid #4a4a4a;
}
/* line 158, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .text-cart {
color: #4a4a4a;
}
/* line 161, ../sass/theme/layouts/_header.scss */
.keep-header.hide-bar .btn-mini-search, .keep-header.hide-bar .btn-mini-close {
color: #4a4a4a;
}
/* line 170, ../sass/theme/layouts/_header.scss */
.header-2 .cart-wrap {
float: right;
padding: 15px 0;
}
/* line 175, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary {
margin-bottom: 10px;
}
/* line 177, ../sass/theme/layouts/_header.scss */
.header-2 .nav-menu-primary.menu-full {
margin-bottom: 0px;
}
/* line 182, ../sass/theme/layouts/_header.scss */
.header-2 .searchform-wrap {
width: 400px;
}
/* line 185, ../sass/theme/layouts/_header.scss */
.header-2 .searchform {
padding: 10px 0;
}
/* line 187, ../sass/theme/layouts/_header.scss */
.header-2 .searchform .input-group {
padding-right: 6px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-2 .searchform .input-group {
padding-left: 6px;
padding-right: inherit;
}
/* line 195, ../sass/theme/layouts/_header.scss */
.header-2 .site-logo {
text-align: center;
}
/* line 201, ../sass/theme/layouts/_header.scss */
.header-3 .cart-wrap {
float: right;
padding: 15px 0;
}
/* line 205, ../sass/theme/layouts/_header.scss */
.header-3 #ri-header {
padding: 35px 0;
}
/* line 209, ../sass/theme/layouts/_header.scss */
.header-3 #cart .mini-cart {
border: none;
padding-left: 0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 #cart .mini-cart {
padding-right: 0;
padding-left: inherit;
}
/* line 213, ../sass/theme/layouts/_header.scss */
.header-3 #cart .cart-box {
width: 280px;
}
/* line 218, ../sass/theme/layouts/_header.scss */
.header-3 #ri-menu-primary {
margin-bottom: 20px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
border-top: 1px solid #f3f3f3;
border-bottom: none;
background: white;
}
/* line 227, ../sass/theme/layouts/_header.scss */
.header-3 .menu-full #ri-menu-primary {
margin-bottom: 0px;
border-width: 0;
box-shadow: none;
}
/* line 233, ../sass/theme/layouts/_header.scss */
.header-3 .searchform-wrap {
width: 400px;
}
/* line 236, ../sass/theme/layouts/_header.scss */
.header-3 .searchform {
padding: 10px 0;
}
/* line 238, ../sass/theme/layouts/_header.scss */
.header-3 .searchform .input-group {
padding-right: 0px;
border-left: none;
min-width: 260px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .searchform .input-group {
padding-left: 0px;
padding-right: inherit;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .searchform .input-group {
border-right: none;
border-left: inherit;
}
/* line 246, ../sass/theme/layouts/_header.scss */
.header-3 .site-logo {
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .header-3 .site-logo {
text-align: right;
}
/* line 250, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary {
position: relative;
background: none;
border: none;
padding: 10px 0;
}
/* line 255, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary .cart-wrap {
float: right;
padding: 10px 0;
position: relative;
z-index: 999;
}
/* line 261, ../sass/theme/layouts/_header.scss */
.header-4 #ri-menu-primary ul {
float: right;
position: static;
}
/* line 267, ../sass/theme/layouts/_header.scss */
.header-4 .header-content-logo {
float: left;
}
/* line 270, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-mini {
cursor: pointer;
float: right;
margin-left: 20px;
padding: 10px;
position: relative;
right: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .header-4 .searchform-mini {
float: left;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-4 .searchform-mini {
margin-right: 20px;
margin-left: inherit;
}
/* line 278, ../sass/theme/layouts/_header.scss */
.header-4 .btn-mini-search {
border: none;
color: #000000;
padding: 10px 12px;
background: none;
cursor: pointer;
z-index: 99;
position: relative;
}
/* line 287, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-wrap {
background: white;
padding: 20px 0;
position: absolute;
right: 130px;
top: 0;
width: 70% !important;
z-index: 999;
}
/* line 295, ../sass/theme/layouts/_header.scss */
.header-4 .searchform-wrap .btn-mini-close {
color: #505050;
position: absolute;
right: 15px;
top: 30px;
background: none;
border: none;
}
/* line 304, ../sass/theme/layouts/_header.scss */
.header-4 .searchform .input-group {
padding-right: 45px !important;
}
/* line 307, ../sass/theme/layouts/_header.scss */
.header-4 #ri-header {
padding: 20px 0;
z-index: 999;
background: rgba(255, 255, 255, 0);
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
width: 100%;
}
/* line 314, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list {
float: none !important;
position: absolute !important;
}
/* line 318, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a {
padding: 0 !important;
margin-right: 5px;
}
/* line 321, ../sass/theme/layouts/_header.scss */
.header-4 .cart_list li a:before, .header-4 .cart_list li a:after {
content: none;
}
/* line 329, ../sass/theme/layouts/_header.scss */
.header-4.keep-header.hide-bar #ri-header {
display: block;
background: white;
padding: 0;
}
/* line 343, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary {
background: #343434;
margin-bottom: 10px;
}
/* line 348, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary ul.mega-menu > li > a:hover, .header-5 #ri-menu-primary ul.mega-menu > li > a:focus {
color: white;
}
/* line 354, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li:hover, .header-5 #ri-menu-primary .mega-menu > li:hover {
background: #21bb9c;
color: white;
}
/* line 358, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li > a, .header-5 #ri-menu-primary .mega-menu > li > a {
padding: 18px 20px;
border-right: 1px solid #343434;
color: white;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .header-5 #ri-menu-primary .ri-menu > li > a, .rtl .header-5 #ri-menu-primary .mega-menu > li > a {
border-left: 1px solid #343434;
border-right: inherit;
}
/* line 362, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li > a:after, .header-5 #ri-menu-primary .mega-menu > li > a:after {
content: none;
}
/* line 366, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li[class*="-has-children"] > a:before, .header-5 #ri-menu-primary .mega-menu > li[class*="-has-children"] > a:before {
color: white;
}
/* line 369, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary .ri-menu > li.current-menu-item, .header-5 #ri-menu-primary .mega-menu > li.current-menu-item {
background: #21bb9c;
}
/* line 376, ../sass/theme/layouts/_header.scss */
.header-5 #ri-menu-primary ul > li[class*="-has-children"] > a::before {
line-height: 42px;
}
/* line 382, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .ri-menu-primary {
margin-bottom: 0;
}
/* line 385, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .keep-logo {
line-height: 50px;
}
/* line 388, ../sass/theme/layouts/_header.scss */
.header-5.keep-header.hide-bar .ri-keep {
background: #343434;
}
/* line 2, ../sass/theme/layouts/_sidebar.scss */
.sidebar {
/*widget*/
/*product*/
}
/* line 3, ../sass/theme/layouts/_sidebar.scss */
.sidebar a {
color: black;
}
/* line 5, ../sass/theme/layouts/_sidebar.scss */
.sidebar a:hover {
color: #21bb9c;
}
/* line 10, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget {
margin-bottom: 15px;
}
/* line 12, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul {
padding: 0;
list-style: none;
}
/* line 15, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li {
color: #505050;
font-family: Raleway;
font-size: 13px;
font-weight: 400;
line-height: 30px;
}
/* line 21, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li.current-cat > a {
color: #21bb9c;
}
/* line 25, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget ul li ul {
padding-left: 20px;
}
/* line 30, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget img {
width: 100%;
height: auto;
}
/* line 34, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget select {
width: 100%;
}
/* line 38, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget-title {
margin: 0 0 20px;
padding: 0px;
line-height: 30px;
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid #e0e0e0;
}
/* line 47, ../sass/theme/layouts/_sidebar.scss */
.sidebar .cat-item {
text-transform: uppercase;
}
/* line 50, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products {
padding-bottom: 30px;
}
/* line 53, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block {
padding-top: 15px;
margin-bottom: 0;
border: none;
}
/* line 57, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover {
border: none;
}
/* line 60, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border {
border: none;
}
/* line 62, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block.border:hover {
border: none;
}
/* line 67, ../sass/theme/layouts/_sidebar.scss */
.sidebar .button-groups, .sidebar .quick-view, .sidebar .labels {
display: none;
}
/* line 70, ../sass/theme/layouts/_sidebar.scss */
.sidebar .name {
padding-top: 0;
margin-top: 0;
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .name {
text-align: right;
}
/* line 75, ../sass/theme/layouts/_sidebar.scss */
.sidebar .price-review {
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .price-review {
text-align: right;
}
/* line 78, ../sass/theme/layouts/_sidebar.scss */
.sidebar .grid-price {
margin-top: 0;
}
/* line 81, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image {
width: 80px;
height: 80px;
float: left;
margin-right: 10px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .product-image {
margin-left: 10px;
margin-right: inherit;
}
/* line 86, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image .inner {
margin: 0;
}
/* line 89, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-image img {
width: 80px;
height: 80px;
}
/* line 94, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details {
padding-top: 15px;
}
/* line 96, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-details a {
font-weight: 400;
display: block;
}
/* line 101, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li {
clear: both;
padding-top: 30px;
}
/* line 103, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:first-child {
padding-top: 15px;
}
/* line 106, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product_list_widget > li:after {
clear: both;
content: " ";
display: table;
}
/* line 115, ../sass/theme/layouts/_sidebar.scss */
.sidebar .caption {
min-height: 75px;
}
/* line 120, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget {
padding: 0;
}
/* line 123, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget-title {
background: #EEEEEE;
color: #353535;
border-bottom: 1px solid #e0e0e0;
padding: 15px 20px;
}
/* line 129, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget-title + * {
padding: 20px;
}
/* line 132, ../sass/theme/layouts/_sidebar.scss */
.sidebar.style_box .widget.widget_sp_image > * {
margin: 0px;
}
/* line 137, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header {
margin: 0;
}
/* line 139, ../sass/theme/layouts/_sidebar.scss */
.sidebar .entry-header > a {
line-height: 20px;
text-transform: capitalize;
}
/* line 144, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text {
line-height: 24px;
font-size: 14px;
}
/* line 147, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text .article-meta {
font-style: italic;
}
/* line 153, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li {
padding: 20px 0;
border-bottom: 1px solid #e0e0e0;
}
/* line 156, ../sass/theme/layouts/_sidebar.scss */
.sidebar .recent-post-widgets li:last-child {
border-bottom: none;
margin-bottom: 0;
}
/* line 162, ../sass/theme/layouts/_sidebar.scss */
.sidebar .post-image {
width: 40%;
float: left;
margin-right: 10px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .post-image {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .post-image {
margin-left: 10px;
margin-right: inherit;
}
/* line 167, ../sass/theme/layouts/_sidebar.scss */
.sidebar .side-item-text {
width: 55%;
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .side-item-text {
float: right;
}
/* line 174, ../sass/theme/layouts/_sidebar.scss */
.sidebar.product-list .products {
padding-bottom: 0;
}
/* line 179, ../sass/theme/layouts/_sidebar.scss */
.sidebar .product-block:hover .price {
opacity: 1;
transition: all 0.4s ease 0s;
visibility: visible;
}
/* line 185, ../sass/theme/layouts/_sidebar.scss */
.sidebar .products [class*="col-"] {
padding: 0;
}
/* line 189, ../sass/theme/layouts/_sidebar.scss */
.sidebar del {
font-size: 12px;
}
/* line 197, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget .product-categories li, .sidebar .widget .widget_categories li, .sidebar .widget .widget_archive li, .sidebar .widget .widget_meta li {
line-height: 40px;
}
/* line 200, ../sass/theme/layouts/_sidebar.scss */
.sidebar .widget .product-categories li + li, .sidebar .widget .widget_categories li + li, .sidebar .widget .widget_archive li + li, .sidebar .widget .widget_meta li + li {
border-top: 1px dotted #dddddd;
}
/* line 2, ../sass/theme/layouts/_footer.scss */
.scrollup {
background: #21bb9c;
bottom: 30px;
display: none;
position: fixed;
right: 30px;
width: 40px;
height: 40px;
text-align: center;
font-size: 24px;
color: #fff!important;
text-transform: uppercase;
padding: 2px;
z-index: 9999;
cursor: pointer;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .scrollup {
left: 30px;
right: auto;
}
/* line 16, ../sass/theme/layouts/_footer.scss */
.scrollup .fa {
display: block;
line-height: 36px;
}
/* line 23, ../sass/theme/layouts/_footer.scss */
.footer-center .form {
margin: 0 0 1em;
}
/* line 27, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .descrition {
display: none;
}
/* line 30, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .input-newsletter {
width: auto;
}
/* line 33, ../sass/theme/layouts/_footer.scss */
.footer-center .newsletters .form-newsletter label {
display: none;
}
/* line 39, ../sass/theme/layouts/_footer.scss */
.site-logo-footer {
margin: 15px;
}
/* line 43, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 {
font-size: 13px;
}
/* line 45, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .navbar-nav {
float: none;
border-bottom: 1px solid #4f4f4f;
padding: 15px 0 10px;
}
/* line 49, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .navbar-nav a {
padding: 0 15px 0 0;
color: #aeaeaa;
}
/* line 56, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .nav > li > a:hover, #rit-footer.footer-4 .nav > li > a:focus {
background: none;
color: #21bb9c;
}
/* line 60, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 [class*="ion-social-"] {
background: transparent;
font-size: 15px;
height: 24px;
line-height: 24px;
margin-left: 10px;
text-align: center;
transition: all 0.4s ease 0s;
width: 27px;
color: #aeaeaa;
margin-left: 10px;
margin-right: 0;
}
/* line 74, ../sass/theme/layouts/_footer.scss */
#rit-footer.footer-4 .coppy-right-right .widget {
padding: 27px 0;
}
/*
* Style Page
*/
/* line 5, ../sass/theme/layouts/_pages.scss */
.main-content {
overflow: hidden;
}
/* line 8, ../sass/theme/layouts/_pages.scss */
.page-header {
margin: 0 0 10px;
padding-bottom: 10px;
border-bottom: none;
}
/* line 13, ../sass/theme/layouts/_pages.scss */
.page-title {
font-size: 24px;
text-transform: uppercase;
}
/**
* Checkout
*/
/* line 24, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
float: left;
clear: none;
}
/* line 29, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout .col-2 .notes {
clear: left;
}
/* line 33, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout .col-2 .form-row-first {
clear: left;
}
/* line 38, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout .create-account small {
font-size: 11px;
color: #777;
font-weight: normal;
}
/* line 44, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%;
}
/* line 50, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout .checkout .shipping_address {
clear: both;
}
/* line 55, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment {
background: #f3f3f3;
border-radius: 5px;
}
/* line 59, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #d9d9d9;
margin: 0;
list-style: none outside;
}
/* line 66, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: normal;
}
/* line 72, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0;
}
/* line 76, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
box-shadow: none;
}
/* line 84, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment ul.payment_methods li img + img {
margin-left: 2px;
}
/* line 90, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.form-row {
padding: 1em;
}
/* line 94, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box {
position: relative;
width: 96%;
padding: 1em 2%;
margin: 1em 0 1em 0;
font-size: 0.92em;
border-radius: 2px;
line-height: 1.5;
background-color: #e6e6e6;
color: #5a5a5a;
}
/* line 105, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
border-color: #cdcdcd;
border-top-color: silver;
}
/* line 110, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
color: silver;
}
/* line 114, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
color: silver;
}
/* line 118, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
color: silver;
}
/* line 124, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
font-size: 1.5em;
padding: 8px;
background-repeat: no-repeat;
background-position: right;
}
/* line 131, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box span.help {
font-size: .857em;
color: #777;
font-weight: normal;
}
/* line 137, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em;
}
/* line 141, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0;
}
/* line 145, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment div.payment_box:after {
content: "";
display: block;
border: 8px solid #e6e6e6;
/* arrow size / color */
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 0;
margin: -1em 0 0 2em;
}
/* line 160, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 52px;
font-size: 0.83em;
}
/* line 166, ../sass/theme/layouts/_pages.scss */
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
/**
* Check Cart
*/
/* line 179, ../sass/theme/layouts/_pages.scss */
.cart_item .add-action {
display: none;
}
/**
* Contact form
*/
/* line 187, ../sass/theme/layouts/_pages.scss */
.contact .fa {
color: #21bb9c;
font-size: 18px;
width: 30px;
}
/**
* error 404
*/
/* line 196, ../sass/theme/layouts/_pages.scss */
.error-404 {
padding: 200px 0;
text-align: center;
}
/* line 199, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform {
max-width: 450px;
display: inline-block;
}
/* line 202, ../sass/theme/layouts/_pages.scss */
.error-404 #searchform .form-control {
width: 400px;
}
/**
* panel
*/
/* line 210, ../sass/theme/layouts/_pages.scss */
.panel-heading > *, .panel-title {
font-size: 18px;
text-transform: uppercase;
}
/* line 214, ../sass/theme/layouts/_pages.scss */
.panel-body {
padding: 30px;
}
/* line 218, ../sass/theme/layouts/_pages.scss */
.edit {
font-size: 16px;
font-style: italic;
text-transform: capitalize;
}
/* line 5, ../sass/theme/layouts/_home.scss */
.home .wrap-breadcrumb {
display: none;
}
/* line 8, ../sass/theme/layouts/_home.scss */
.home .page-header {
display: none;
}
/* line 11, ../sass/theme/layouts/_home.scss */
.home .header-3, .home .header-4 #ri-menu-primary {
box-shadow: none;
margin-bottom: 0px;
}
/* line 16, ../sass/theme/layouts/_home.scss */
.site-main {
min-height: 600px;
}
/* line 19, ../sass/theme/layouts/_home.scss */
#page {
position: relative;
}
/* line 22, ../sass/theme/layouts/_home.scss */
#page .site-main {
background: white;
padding-bottom: 30px;
}
/* line 25, ../sass/theme/layouts/_home.scss */
#page .site-main .vc_row:last-child {
margin-bottom: 0px;
}
/* line 31, ../sass/theme/layouts/_home.scss */
#ri-top-navbar {
background: #2e383e;
font-size: 14px;
color: #979c9f;
border-bottom: 1px solid #4d5255;
}
/* line 36, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a {
color: #979c9f;
}
/* line 39, ../sass/theme/layouts/_home.scss */
#ri-top-navbar a:hover, #ri-top-navbar a:focus {
color: #21bb9c;
background: transparent;
}
/* line 44, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li {
float: left;
padding: 7px 20px;
border-left: 1px solid #4d5255;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li {
border-right: 1px solid #4d5255;
border-left: inherit;
}
/* line 48, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li:last-child {
border-right: 1px solid #4d5255;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar ul > li:last-child {
border-left: 1px solid #4d5255;
border-right: inherit;
}
/* line 51, ../sass/theme/layouts/_home.scss */
#ri-top-navbar ul > li a {
padding: 0;
margin: 0;
line-height: 26px;
}
/* line 59, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a {
color: #979c9f;
}
/* line 61, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left a:hover {
color: #21bb9c;
}
/* line 65, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left > * {
display: block;
float: left;
line-height: 26px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .topbar-left > * {
float: right;
}
/* line 70, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-left .list-unstyled {
padding: 7px 20px;
border-left: 1px solid #4d5255;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #ri-top-navbar .topbar-left .list-unstyled {
border-right: 1px solid #4d5255;
border-left: inherit;
}
/* line 76, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar {
margin: 0;
min-height: auto;
}
/* line 79, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .navbar > a {
padding: 0;
}
/* line 83, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .topbar-right .fa {
margin-right: 5px;
}
/* line 88, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul {
margin: 0;
padding: 0;
}
/* line 91, ../sass/theme/layouts/_home.scss */
#ri-top-navbar .widget_nav_menu ul li {
list-style: none;
}
/* line 98, ../sass/theme/layouts/_home.scss */
#ri-header {
padding: 20px 0;
}
/* line 103, ../sass/theme/layouts/_home.scss */
#rit-footer {
background: #2c2c2c;
position: relative;
color: #2c2c2c;
}
/* line 107, ../sass/theme/layouts/_home.scss */
#rit-footer ul {
padding: 0;
list-style: none;
}
/* line 111, ../sass/theme/layouts/_home.scss */
#rit-footer ul li {
line-height: 28px;
}
/* line 113, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a {
color: #2c2c2c;
}
/* line 115, ../sass/theme/layouts/_home.scss */
#rit-footer ul li a:hover {
color: #ea4848;
}
/* line 122, ../sass/theme/layouts/_home.scss */
#rit-footer i {
width: 20px;
}
/* line 124, ../sass/theme/layouts/_home.scss */
#rit-footer i:hover {
color: #21bb9c;
}
/* line 129, ../sass/theme/layouts/_home.scss */
#rit-footer .widget-title {
font-size: 16px;
font-weight: 400;
margin: 0;
padding: 30px 0 20px;
color: #2c2c2c;
}
/* line 136, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-top {
padding-top: 10px;
text-align: center;
border-bottom: 1px solid #e0e0e0;
color: #2c2c2c;
background: #0A4436;
}
/* line 143, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-center {
position: relative;
padding-bottom: 45px;
padding-top: 15px;
background: #0A4436;
}
/* line 149, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom {
border-top: 1px solid transparent;
background: black;
text-align: center;
padding: 15px 0;
}
/* line 156, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a {
line-height: 28px;
padding-top: 0;
padding-bottom: 0;
color: #aeaeaa;
border-right: 1px solid rgba(225, 225, 225, 0.2);
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li a {
border-left: 1px solid rgba(225, 225, 225, 0.2);
border-right: inherit;
}
/* line 162, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li a:hover {
color: #ea4848;
background: none;
}
/* line 168, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li:first-child a {
padding-left: 0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li:first-child a {
padding-right: 0;
padding-left: inherit;
}
/* line 173, ../sass/theme/layouts/_home.scss */
#rit-footer .footer-bottom li:last-child a {
border-right: none;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #rit-footer .footer-bottom li:last-child a {
border-left: none;
border-right: inherit;
}
/* line 180, ../sass/theme/layouts/_home.scss */
#coppy-right {
line-height: 32px;
color: #aeaeaa;
}
/* line 183, ../sass/theme/layouts/_home.scss */
#coppy-right a {
color: #ea4848;
}
/* line 2, ../sass/theme/layouts/_widget.scss */
.widget {
border: 1px solid transparent;
}
/* line 4, ../sass/theme/layouts/_widget.scss */
.widget img {
width: 100%;
height: auto;
}
/* line 8, ../sass/theme/layouts/_widget.scss */
.widget select {
width: 100%;
}
/* line 14, ../sass/theme/layouts/_widget.scss */
.widget-title {
font-size: 20px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
}
/* line 20, ../sass/theme/layouts/_widget.scss */
.widget-title span {
overflow: hidden;
display: block;
}
/* line 23, ../sass/theme/layouts/_widget.scss */
.widget-title span:after, .widget-title span:before {
border-bottom: 1px solid rgba(255, 255, 255, 0.75);
border-top: 1px solid rgba(0, 0, 0, 0.1);
content: "";
display: inline-block;
position: relative;
vertical-align: middle;
width: 100%;
}
/* line 32, ../sass/theme/layouts/_widget.scss */
.widget-title span:before {
left: -1.25rem;
margin-left: -100%;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:before {
right: -1.25rem;
left: auto;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:before {
margin-right: -100%;
margin-left: inherit;
}
/* line 36, ../sass/theme/layouts/_widget.scss */
.widget-title span:after {
margin-right: -100%;
right: -1.25rem;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:after {
margin-left: -100%;
margin-right: inherit;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span:after {
left: -1.25rem;
right: auto;
}
/* line 40, ../sass/theme/layouts/_widget.scss */
.widget-title span span {
display: inline-block;
vertical-align: middle;
}
/* line 45, ../sass/theme/layouts/_widget.scss */
.widget-title span.center {
text-align: center;
}
/* line 48, ../sass/theme/layouts/_widget.scss */
.widget-title span.left {
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span.left {
text-align: right;
}
/* line 51, ../sass/theme/layouts/_widget.scss */
.widget-title span.right {
text-align: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .widget-title span.right {
text-align: left;
}
/* line 58, ../sass/theme/layouts/_widget.scss */
.widget-content {
padding-top: 30px;
}
/* line 64, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title {
font-weight: 400;
margin: 0;
padding: 15px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
/* line 70, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title span {
padding: 0 15px;
}
/* line 72, ../sass/theme/layouts/_widget.scss */
.style-box .widget-title span:after, .style-box .widget-title span:before {
content: none;
}
/* line 80, ../sass/theme/layouts/_widget.scss */
.style-border .widget-title {
text-transform: uppercase;
border-bottom: 1px solid #e0e0e0;
font-weight: 400;
margin: 0;
padding: 5px 0;
letter-spacing: 1px;
}
/* line 88, ../sass/theme/layouts/_widget.scss */
.style-border .widget-title span:after, .style-border .widget-title span:before {
content: none;
}
/* line 96, ../sass/theme/layouts/_widget.scss */
.widget_meta a {
color: black;
font-weight: 300;
}
/* line 99, ../sass/theme/layouts/_widget.scss */
.widget_meta a:hover {
color: white;
}
/* line 106, ../sass/theme/layouts/_widget.scss */
.widget_calendar table > thead > tr > th {
border-bottom: 1px solid #e0e0e0;
}
/* line 113, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
margin-right: 20px;
vertical-align: top;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li.chosen, .rtl .widget_layered_nav_filters ul li.chosen {
margin-left: 20px;
margin-right: inherit;
}
/* line 117, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:after, .widget_layered_nav_filters ul li.chosen > a:after {
display: block;
color: #21bb9c;
content: "\f00d";
text-align: center;
top: 2px;
}
/* line 124, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
border-color: #21bb9c;
}
/* line 128, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li.chosen > a:hover:after, .widget_layered_nav_filters ul li.chosen > a:hover:after {
color: #21bb9c;
content: "\f00d";
}
/* line 134, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
position: relative;
padding-left: 32px;
display: inline-block;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a, .rtl .widget_layered_nav_filters ul li a {
padding-right: 32px;
padding-left: inherit;
}
/* line 138, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before {
content: "" !important;
width: 15px;
height: 15px;
border: 1px solid #dfdfdf;
display: block;
position: absolute;
left: 0;
top: 1px;
z-index: 5;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a:before, .rtl .widget_layered_nav_filters ul li a:before {
right: 0;
left: auto;
}
/* line 149, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:after, .widget_layered_nav_filters ul li a:after {
content: "\f00c";
font-family: 'FontAwesome';
position: absolute;
top: 2px;
left: 2px;
z-index: 10;
font-size: 13px;
color: #dfdfdf;
display: none;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .widget_layered_nav ul li a:after, .rtl .widget_layered_nav_filters ul li a:after {
right: 2px;
left: auto;
}
/* line 160, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
border-color: #21bb9c;
}
/* line 163, ../sass/theme/layouts/_widget.scss */
.widget_layered_nav ul li a:hover:after, .widget_layered_nav_filters ul li a:hover:after {
color: #21bb9c;
display: block;
}
/**
* Star ratings
*/
/* line 6, ../sass/theme/products/_product.scss */
p.stars {
position: relative;
font-size: 1em;
}
/* line 9, ../sass/theme/products/_product.scss */
p.stars a {
display: inline-block;
margin-right: 1em;
text-indent: -9999px;
position: relative;
border-bottom: 0 !important;
outline: 0;
}
/* line 17, ../sass/theme/products/_product.scss */
p.stars a:last-child {
border-right: 0;
}
/* line 25, ../sass/theme/products/_product.scss */
p.stars a.star-1, p.stars a.star-2, p.stars a.star-3, p.stars a.star-4, p.stars a.star-5 {
border-right: 1px solid #ccc;
}
/* line 28, ../sass/theme/products/_product.scss */
p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
font-family: "fontawesome";
text-indent: 0;
position: absolute;
top: 0;
left: 0;
}
/* line 38, ../sass/theme/products/_product.scss */
p.stars a.star-1 {
width: 2em;
}
/* line 41, ../sass/theme/products/_product.scss */
p.stars a.star-1:after {
content: "\f006";
color: #C8C8C8;
}
/* line 47, ../sass/theme/products/_product.scss */
p.stars a.star-1:hover:after, p.stars a.star-1.active:after {
content: "\f005";
color: #F4C100;
}
/* line 53, ../sass/theme/products/_product.scss */
p.stars a.star-2 {
width: 3em;
}
/* line 56, ../sass/theme/products/_product.scss */
p.stars a.star-2:after {
content: "\f006\f006";
color: #C8C8C8;
}
/* line 62, ../sass/theme/products/_product.scss */
p.stars a.star-2:hover:after, p.stars a.star-2.active:after {
content: "\f005\f005";
color: #F4C100;
}
/* line 68, ../sass/theme/products/_product.scss */
p.stars a.star-3 {
width: 4em;
}
/* line 71, ../sass/theme/products/_product.scss */
p.stars a.star-3:after {
content: "\f006\f006\f006";
color: #C8C8C8;
}
/* line 77, ../sass/theme/products/_product.scss */
p.stars a.star-3:hover:after, p.stars a.star-3.active:after {
content: "\f005\f005\f005";
color: #F4C100;
}
/* line 83, ../sass/theme/products/_product.scss */
p.stars a.star-4 {
width: 5em;
}
/* line 86, ../sass/theme/products/_product.scss */
p.stars a.star-4:after {
content: "\f006\f006\f006\f006";
color: #C8C8C8;
}
/* line 92, ../sass/theme/products/_product.scss */
p.stars a.star-4:hover:after, p.stars a.star-4.active:after {
content: "\f005\f005\f005\f005";
color: #F4C100;
}
/* line 98, ../sass/theme/products/_product.scss */
p.stars a.star-5 {
width: 6em;
border: 0;
}
/* line 102, ../sass/theme/products/_product.scss */
p.stars a.star-5:after {
content: "\f006\f006\f006\f006\f006";
color: #C8C8C8;
}
/* line 108, ../sass/theme/products/_product.scss */
p.stars a.star-5:hover:after, p.stars a.star-5.active:after {
content: "\f005\f005\f005\f005\f005";
color: #F4C100;
}
/* line 116, ../sass/theme/products/_product.scss */
.rating {
display: inline-block;
text-align: center;
}
/* line 120, ../sass/theme/products/_product.scss */
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 12px;
width: 5.4em;
font-family: 'fontawesome';
}
/* line 128, ../sass/theme/products/_product.scss */
.star-rating:before {
content: "\f005\f005\f005\f005\f005";
float: left;
top: 0;
left: 0;
position: absolute;
color: #C8C8C8;
}
/* line 137, ../sass/theme/products/_product.scss */
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
/* line 146, ../sass/theme/products/_product.scss */
.star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
color: #F4C100;
}
/* line 154, ../sass/theme/products/_product.scss */
.woocommerce-product-rating {
line-height: 2;
display: block;
margin-bottom: 15px;
}
/* line 158, ../sass/theme/products/_product.scss */
.woocommerce-product-rating .star-rating {
margin: .8em 5px 0 0;
float: left;
}
/* line 164, ../sass/theme/products/_product.scss */
.products .star-rating {
display: block;
margin: 0 0 .5em;
float: none;
}
/**
* Product
*/
/* line 174, ../sass/theme/products/_product.scss */
.product-block {
background: #fff;
display: block;
position: relative;
text-align: center;
border: 1px solid #fff;
margin-bottom: 30px;
}
/**
* Product affect hover
*/
/* line 186, ../sass/theme/products/_product.scss */
.product-block {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border: 1px solid transparent;
}
/* line 189, ../sass/theme/products/_product.scss */
.product-block.border {
border: 1px solid #e0e0e0;
}
/* line 191, ../sass/theme/products/_product.scss */
.product-block.border:hover {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border: 1px solid #21bb9c;
}
/* line 197, ../sass/theme/products/_product.scss */
.product-block:hover .price {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
/* line 202, ../sass/theme/products/_product.scss */
.product-block:hover .button-groups {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
opacity: 1;
visibility: visible;
left: 0;
}
/* line 212, ../sass/theme/products/_product.scss */
.hreview-aggregate .star-rating {
margin: 10px 0 0 0;
}
/**
* Image product responsive
*/
/* line 219, ../sass/theme/products/_product.scss */
.product-thumbnail {
text-align: center;
}
/* line 222, ../sass/theme/products/_product.scss */
.product-image {
display: block;
position: relative;
}
/* line 228, ../sass/theme/products/_product.scss */
.product-image .inner {
position: relative;
overflow: hidden;
display: block;
text-align: center;
}
/* line 233, ../sass/theme/products/_product.scss */
.product-image .inner .wp-post-image, .product-image .inner .hover-image {
display: inline-block;
}
/* line 238, ../sass/theme/products/_product.scss */
.wp-post-image {
display: block;
height: auto;
}
/**
* Caption product image
*/
/* line 246, ../sass/theme/products/_product.scss */
.caption-image {
position: relative;
}
/**
* Caption product
*/
/* line 253, ../sass/theme/products/_product.scss */
.caption {
position: relative;
display: block;
overflow: hidden;
z-index: 2;
background: #fff;
margin-bottom: 10px;
min-height: 110px;
}
/**
* Name product
*/
/* line 265, ../sass/theme/products/_product.scss */
.name {
padding-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* line 270, ../sass/theme/products/_product.scss */
.name a {
font-size: 15px;
color: #555;
}
/* line 273, ../sass/theme/products/_product.scss */
.name a:hover {
color: #21bb9c;
}
/**
* Price product
*/
/* line 281, ../sass/theme/products/_product.scss */
.grid-price {
margin-top: 10px;
}
/* line 284, ../sass/theme/products/_product.scss */
.price {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
visibility: visible;
opacity: 1;
font-size: 16px;
color: #555;
line-height: 20px;
padding: 5px;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* line 293, ../sass/theme/products/_product.scss */
.price ins {
text-decoration: none;
}
/* line 296, ../sass/theme/products/_product.scss */
.price del {
color: #aeafb1;
font-size: 12px;
}
/**
* Review product
*/
/* line 304, ../sass/theme/products/_product.scss */
.product-review, .woocommerce-review-link {
color: black;
padding: 0 5px;
border-right: 1px solid #e0e0e0;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-review, .rtl .woocommerce-review-link {
border-left: 1px solid #e0e0e0;
border-right: inherit;
}
/**
* Add review product
*/
/* line 313, ../sass/theme/products/_product.scss */
.product-add-review, .woocommerce-write-review-link {
padding: 0 5px;
color: black;
}
/* line 316, ../sass/theme/products/_product.scss */
.product-add-review a, .woocommerce-write-review-link a {
color: black;
}
/**
* Button sale
*/
/* line 323, ../sass/theme/products/_product.scss */
.onsale {
width: 40px;
height: 40px;
border-radius: 100%;
background: #ea4848;
position: absolute;
color: #ffffff;
z-index: 1;
font-size: 13px;
top: 5px;
left: 5px;
text-align: center;
line-height: 40px;
font-weight: bold;
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .onsale {
right: 5px;
left: auto;
}
/**
* Button hot
*/
/* line 342, ../sass/theme/products/_product.scss */
.onhot {
width: 40px;
height: 40px;
border-radius: 100%;
background: #F56032;
position: absolute;
color: #ffffff;
z-index: 1;
font-size: 13px;
top: -5px;
right: 5px;
text-align: center;
line-height: 40px;
font-weight: bold;
-webkit-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .onhot {
left: 5px;
right: auto;
}
/* line 358, ../sass/theme/products/_product.scss */
.out-of-stock {
background: none repeat scroll 0 0 #ca7988;
color: #ffffff;
font-weight: 600;
padding: 2px 5px;
position: absolute;
top: 0px;
z-index: 99;
right: 0;
}
/**
* Product button
*/
/* line 371, ../sass/theme/products/_product.scss */
.caption-product {
position: relative;
}
/* line 374, ../sass/theme/products/_product.scss */
.button-groups {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
visibility: hidden;
opacity: 0;
bottom: 0px;
padding: 0 15px;
position: absolute;
width: 100%;
z-index: 999;
left: -15px;
}
/* line 386, ../sass/theme/products/_product.scss */
.quantity .qty {
appearance: textfield;
}
/**
* Category Image
*/
/* line 7, ../sass/theme/products/_category.scss */
.wrapper-thumb-cat {
padding-bottom: 15px;
}
/**
* Category Description
*/
/* line 14, ../sass/theme/products/_category.scss */
.archive_product_description {
border-bottom: 1px solid #e0e0e0;
font-size: 16px;
font-style: italic;
min-height: 30px;
}
/* line 20, ../sass/theme/products/_category.scss */
.term-description {
padding-bottom: 15px;
}
/**
* Category Filter
*/
/* line 27, ../sass/theme/products/_category.scss */
.top-products {
padding: 15px 0;
border-bottom: 1px solid #e0e0e0;
}
/* line 30, ../sass/theme/products/_category.scss */
.top-products span {
padding-right: 5px;
font-size: 14px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .top-products span {
padding-left: 5px;
padding-right: inherit;
}
/* line 36, ../sass/theme/products/_category.scss */
.switch-layout {
font-size: 14px;
margin: 0;
}
/* line 39, ../sass/theme/products/_category.scss */
.switch-layout > li {
padding: 0;
}
/* line 42, ../sass/theme/products/_category.scss */
.switch-layout a {
padding: 6px 10px;
background: #ECECEC;
cursor: pointer;
}
/* line 46, ../sass/theme/products/_category.scss */
.switch-layout a.active {
color: #21bb9c;
}
/* line 52, ../sass/theme/products/_category.scss */
.products-per-page {
padding: 0 15px;
}
/**
* Category info
*/
/* line 59, ../sass/theme/products/_category.scss */
.archive_product_info {
position: relative;
overflow: hidden;
display: block;
}
/* line 64, ../sass/theme/products/_category.scss */
.products-block {
padding-top: 30px;
position: relative;
overflow: hidden;
}
/* line 69, ../sass/theme/products/_category.scss */
.products-row {
margin: 0 -10px;
clear: both;
}
/* line 73, ../sass/theme/products/_category.scss */
.product-col {
position: relative;
display: block;
}
/**
* Product
* Grid and List
*/
/* line 83, ../sass/theme/products/_category.scss */
.grid-price {
display: block;
}
/* line 86, ../sass/theme/products/_category.scss */
.list-price, .product-review, .product-add-review {
display: none;
}
/* line 90, ../sass/theme/products/_category.scss */
.description-product {
display: none;
}
/* line 94, ../sass/theme/products/_category.scss */
.list-view {
width: 100% !important;
}
/* line 98, ../sass/theme/products/_category.scss */
.list-view.first {
clear: both;
}
/* line 101, ../sass/theme/products/_category.scss */
.list-view .product-block {
position: relative;
display: block;
overflow: hidden;
}
/* line 107, ../sass/theme/products/_category.scss */
.list-view .caption-image {
float: left;
width: 30%;
padding-right: 30px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption-image {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption-image {
padding-left: 30px;
padding-right: inherit;
}
/* line 111, ../sass/theme/products/_category.scss */
.list-view .caption-image .inner {
margin: 10px;
}
/* line 115, ../sass/theme/products/_category.scss */
.list-view .caption-product {
overflow: hidden;
}
/* line 119, ../sass/theme/products/_category.scss */
.list-view .caption {
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .caption {
text-align: right;
}
/* line 122, ../sass/theme/products/_category.scss */
.list-view .grid-price {
display: none;
}
/* line 125, ../sass/theme/products/_category.scss */
.list-view .list-price, .list-view .product-review, .list-view .product-add-review {
display: block;
line-height: 30px;
}
/* line 129, ../sass/theme/products/_category.scss */
.list-view .product-review {
padding: 5px;
}
/* line 132, ../sass/theme/products/_category.scss */
.list-view .name a {
font-size: 20px;
font-weight: 300;
}
/* line 136, ../sass/theme/products/_category.scss */
.list-view .price {
font-size: 30px;
color: #21bb9c;
font-weight: 400;
padding-right: 30px;
line-height: 40px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .price {
padding-left: 30px;
padding-right: inherit;
}
/* line 143, ../sass/theme/products/_category.scss */
.list-view del {
font-size: 14px;
}
/* line 146, ../sass/theme/products/_category.scss */
.list-view .price-review {
display: block;
position: relative;
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
padding: 10px 0;
}
/* line 152, ../sass/theme/products/_category.scss */
.list-view .price-review > * {
float: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .list-view .price-review > * {
float: right;
}
/* line 155, ../sass/theme/products/_category.scss */
.list-view .price-review .rating {
padding: 15px;
}
/* line 160, ../sass/theme/products/_category.scss */
.list-view .description-product {
padding: 15px 0;
line-height: 22px;
display: block;
font-weight: 300;
border-bottom: 1px solid #ececec;
}
/* line 167, ../sass/theme/products/_category.scss */
.list-view .button-groups {
visibility: visible;
opacity: 1;
position: relative;
}
/* line 174, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .button-groups {
left: -15px;
}
/* line 177, ../sass/theme/products/_category.scss */
.list-view .product-block:hover .price {
opacity: 1;
visibility: visible;
}
/**
* Title Product
*/
/* line 6, ../sass/theme/products/_detail.scss */
.product_title {
font-size: 30px;
line-height: 30px;
font-weight: 300;
color: black;
}
/* line 13, ../sass/theme/products/_detail.scss */
.product-detail-wrap, .entry-summary {
margin-bottom: 50px;
/**
* Sale
*/
/**
* Thumbnails
*/
/**
* Price Product
*/
/**
* Description Product
*/
/**
* Button after Quantity
*/
/**
* Button after Quantity
*/
/**
* Meta Product
*/
}
/* line 15, ../sass/theme/products/_detail.scss */
.product-detail-wrap .woocommerce-review-link, .entry-summary .woocommerce-review-link {
border-right: none;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .woocommerce-review-link, .rtl .entry-summary .woocommerce-review-link {
border-left: none;
border-right: inherit;
}
/* line 22, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onsale, .entry-summary .onsale {
top: 5px;
left: 20px;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onsale, .rtl .entry-summary .onsale {
right: 20px;
left: auto;
}
/* line 26, ../sass/theme/products/_detail.scss */
.product-detail-wrap .onhot, .entry-summary .onhot {
top: 5px;
right: 20px;
}
/* line 120, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .onhot, .rtl .entry-summary .onhot {
left: 20px;
right: auto;
}
/* line 33, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails, .entry-summary .thumbnails {
padding: 10px 50px !important;
position: relative;
display: block;
}
/* line 37, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails li, .entry-summary .thumbnails li {
border: 1px solid #e0e0e0;
text-align: center;
margin: 5px;
}
/* line 42, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev, .product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-prev, .entry-summary .thumbnails #slider-next {
background: none !important;
}
/* line 44, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev:before, .product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-next:before {
font-family: 'FontAweSome';
text-align: center;
height: 26px;
height: 26px;
border: 1px solid #e0e0e0;
border-radius: 100%;
display: block;
}
/* line 54, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev, .entry-summary .thumbnails #slider-prev {
left: 15px !important;
}
/* line 113, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .thumbnails #slider-prev, .rtl .entry-summary .thumbnails #slider-prev {
right: 15px !important;
left: auto;
}
/* line 56, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev:before, .entry-summary .thumbnails #slider-prev:before {
content: '\f104';
}
/* line 60, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next, .entry-summary .thumbnails #slider-next {
right: 15px !important;
}
/* line 62, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-next:before, .entry-summary .thumbnails #slider-next:before {
content: '\f105';
}
/* line 71, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price, .entry-summary .price {
margin-top: 5px;
font-size: 32px;
color: #21bb9c;
font-weight: 400;
padding: 15px 0;
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
line-height: 35px;
margin-bottom: 15px;
}
/* line 81, ../sass/theme/products/_detail.scss */
.product-detail-wrap .price del, .entry-summary .price del {
font-size: 24px;
}
/* line 88, ../sass/theme/products/_detail.scss */
.product-detail-wrap .single_variation_wrap .single_variation, .entry-summary .single_variation_wrap .single_variation {
float: left;
margin-right: 15px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .single_variation_wrap .single_variation, .rtl .entry-summary .single_variation_wrap .single_variation {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .single_variation_wrap .single_variation, .rtl .entry-summary .single_variation_wrap .single_variation {
margin-left: 15px;
margin-right: inherit;
}
/* line 92, ../sass/theme/products/_detail.scss */
.product-detail-wrap .single_variation_wrap .price, .entry-summary .single_variation_wrap .price {
border-top: none;
border-bottom: none;
padding: 0;
margin: 0;
}
/* line 103, ../sass/theme/products/_detail.scss */
.product-detail-wrap .description, .entry-summary .description {
padding-top: 10px;
border-top: 1px solid #ececec;
clear: both;
position: relative;
display: block;
font-size: 13px;
line-height: 24px;
}
/* line 116, ../sass/theme/products/_detail.scss */
.product-detail-wrap .yith-wcwl-add-to-wishlist, .product-detail-wrap .compare, .product-detail-wrap .cart, .entry-summary .yith-wcwl-add-to-wishlist, .entry-summary .compare, .entry-summary .cart {
margin-left: 15px;
margin-bottom: 15px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .product-detail-wrap .yith-wcwl-add-to-wishlist, .rtl .product-detail-wrap .compare, .rtl .product-detail-wrap .cart, .rtl .entry-summary .yith-wcwl-add-to-wishlist, .rtl .entry-summary .compare, .rtl .entry-summary .cart {
margin-right: 15px;
margin-left: inherit;
}
/* line 124, ../sass/theme/products/_detail.scss */
.product-detail-wrap .zoom-image, .entry-summary .zoom-image {
width: 100%;
height: auto;
}
/* line 132, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta, .entry-summary .product_meta {
border-top: 1px solid #ececec;
clear: both;
padding-top: 10px;
margin: 0;
}
/* line 137, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta > *, .entry-summary .product_meta > * {
display: block;
padding: 5px 0;
color: #000000;
}
/* line 141, ../sass/theme/products/_detail.scss */
.product-detail-wrap .product_meta > * span, .product-detail-wrap .product_meta > * a, .entry-summary .product_meta > * span, .entry-summary .product_meta > * a {
color: #4e4d4d;
font-style: italic;
}
/**
* Quantity Product
*/
/* line 151, ../sass/theme/products/_detail.scss */
.quantity {
float: left;
margin-right: 50px;
cursor: pointer;
position: relative;
width: 90px;
height: 34px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .quantity {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .quantity {
margin-left: 50px;
margin-right: inherit;
}
/* line 158, ../sass/theme/products/_detail.scss */
.quantity input.qty {
appearance: textfield;
-webkit-appearance: textfield;
-moz-appearance: textfield;
height: 34px;
}
/* line 164, ../sass/theme/products/_detail.scss */
.quantity .add-action {
position: absolute;
line-height: 16px;
text-align: center;
background: #21bb9c;
color: #fff;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 16px;
height: 16px;
border-radius: 3px;
}
/* line 174, ../sass/theme/products/_detail.scss */
.quantity .add-action:hover, .quantity .add-action:active {
background: #21bb9c;
}
/* line 178, ../sass/theme/products/_detail.scss */
.quantity .qty-plus {
right: -25px;
top: 0;
}
/* line 182, ../sass/theme/products/_detail.scss */
.quantity .qty-minus {
right: -25px;
bottom: 0;
}
/**
* Image Detail Product
*/
/* line 192, ../sass/theme/products/_detail.scss */
.woocommerce-main-image {
border: 1px solid #e0e0e0;
}
/**
* Table Product
*/
/* line 201, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .resp-tabs-container {
border: 1px solid #EEEEEE;
padding: 15px 30px;
}
/* line 205, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-content {
padding: 0;
}
/* line 209, ../sass/theme/products/_detail.scss */
.woocommerce-tabs .tab-description {
line-height: 24px;
}
/* line 214, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews h2 {
font-size: 16px;
padding-bottom: 15px;
}
/* line 218, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .commentlist {
padding: 0;
margin: 0;
}
/* line 223, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews li {
list-style: none;
padding: 30px 0;
border-top: 1px solid #EEEEEE;
}
/* line 229, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .tall {
color: #ececec;
}
/* line 233, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .avatar {
width: 80px;
height: 80px;
}
/* line 236, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .description {
font-weight: 300;
line-height: 24px;
}
/* line 240, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .comment-reply-title {
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
}
/* line 245, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews .star-rating {
float: right;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .woocommerce-tabs #reviews .star-rating {
float: left;
}
/* line 248, ../sass/theme/products/_detail.scss */
.woocommerce-tabs #reviews label {
font-weight: 400;
color: black;
padding: 10px 0;
}
/* line 257, ../sass/theme/products/_detail.scss */
.variations_form.cart tr td {
border: none;
text-align: left;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .variations_form.cart tr td {
text-align: right;
}
/* line 261, ../sass/theme/products/_detail.scss */
.variations_form.cart tr label {
text-align: left;
margin-bottom: 0;
padding: 0;
border: none;
line-height: 40px;
min-width: 100px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .variations_form.cart tr label {
text-align: right;
}
/* line 268, ../sass/theme/products/_detail.scss */
.variations_form.cart tr label > * {
margin: 0;
border: none;
}
/* line 277, ../sass/theme/products/_detail.scss */
#yith-quick-view-content .wp-post-image {
width: 100%;
height: auto;
display: block;
}
/* line 283, ../sass/theme/products/_detail.scss */
.single-product.woocommerce .thumbnails #slider-prev, .single-product.woocommerce .thumbnails #slider-next {
width: 23px !important;
height: 23px !important;
}
/* line 290, ../sass/theme/products/_detail.scss */
.product-detail-wrap .thumbnails #slider-prev::before,
.product-detail-wrap .thumbnails #slider-next::before,
.entry-summary .thumbnails #slider-prev::before,
.entry-summary .thumbnails #slider-next::before {
width: 23px !important;
height: 23px !important;
}
/* line 294, ../sass/theme/products/_detail.scss */
.yith_magnifier_gallery li a {
margin-top: 0px !important;
}
/* line 297, ../sass/theme/products/_detail.scss */
.related.products-block, .related-wrapper .products-block {
overflow: visible;
}
/* line 3, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading {
padding: 30px 10px;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}
/* line 8, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .widget-content {
padding: 0;
}
/* line 12, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .text-heading {
float: left;
line-height: 50px;
font-size: 30px;
color: #555;
font-weight: 300;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .wg-custom-heading .text-heading {
float: right;
}
/* line 20, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .btn-heading {
float: right;
background: #F46032;
color: white;
font-size: 14px;
padding: 15px 30px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .wg-custom-heading .btn-heading {
float: left;
}
/* line 30, ../sass/theme/widget/_custom_heading.scss */
.wg-custom-heading .btn-heading:hover {
background: #454545;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 4, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .tabs-title-product {
font-size: 18px;
padding: 0;
font-weight: 400;
background: none;
display: block;
}
/* line 15, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .tabs-title-product:focus, .product-tabs .tabs-title-product.focus, .product-tabs .tabs-title-product:active:focus, .product-tabs .tabs-title-product.focus:active, .product-tabs .tabs-title-product.active:focus, .product-tabs .tabs-title-product.active.focus {
background: none;
color: #21bb9c;
}
/* line 20, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs ul {
display: inline-block;
position: relative;
border: none;
}
/* line 25, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li {
padding-right: 30px;
}
/* line 27, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li a:hover {
background: none;
}
/* line 31, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li + li:after {
content: "/";
left: -20px;
position: absolute;
top: -2px;
}
/* line 39, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs li.active > a,
.product-tabs li.active > a:hover,
.product-tabs li.active > a:focus {
background: none;
color: #21bb9c;
}
/* line 46, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.left {
text-align: left;
}
/* line 49, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.center {
text-align: center;
}
/* line 52, ../sass/theme/widget/_tabsproduct.scss */
.product-tabs .widget-title.right {
text-align: right;
}
/* line 58, ../sass/theme/widget/_tabsproduct.scss */
.category-product .widget-content {
padding-top: 20px;
}
/* line 4, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .center {
text-align: center;
}
/* line 7, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .tabs-title-cat {
font-size: 14px;
padding: 0;
font-weight: 300;
background: none;
display: block;
text-transform: uppercase;
}
/* line 19, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .tabs-title-cat:focus, .category-tabs .tabs-title-cat.focus, .category-tabs .tabs-title-cat:active:focus, .category-tabs .tabs-title-cat.focus:active, .category-tabs .tabs-title-cat.active:focus, .category-tabs .tabs-title-cat.active.focus {
background: none;
color: #21bb9c;
}
/* line 25, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .cat-title ul li + li:after {
content: "/";
left: -17px;
position: absolute;
top: 0;
}
/* line 32, ../sass/theme/widget/_tabscategory.scss */
.category-tabs ul {
display: inline-block;
position: relative;
border: none;
}
/* line 38, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li {
padding-right: 20px;
}
/* line 40, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li a:hover {
background: none;
}
/* line 46, ../sass/theme/widget/_tabscategory.scss */
.category-tabs li.active > a,
.category-tabs li.active > a:hover,
.category-tabs li.active > a:focus {
background: none;
color: #21bb9c;
}
/* line 50, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title {
margin-top: 30px;
font-weight: 700;
font-size: 20px;
}
/* line 55, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title span:after, .category-tabs .widget-title span:before {
content: none;
border-width: 0;
}
/* line 60, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.left {
text-align: left;
}
/* line 63, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.center {
text-align: center;
}
/* line 66, ../sass/theme/widget/_tabscategory.scss */
.category-tabs .widget-title.right {
text-align: right;
}
/* line 72, ../sass/theme/widget/_tabscategory.scss */
.category-tabs.category-tabs-filter .widget-title {
font-size: 30px;
padding-bottom: 30px;
}
/* line 3, ../sass/theme/widget/_services.scss */
.widget-services-content {
text-align: left;
padding-top: 80px;
padding-bottom: 80px;
}
/* line 7, ../sass/theme/widget/_services.scss */
.widget-services-content .icon {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
font-size: 30px;
color: #21bb9c;
text-align: center;
}
/* line 14, ../sass/theme/widget/_services.scss */
.widget-services-content .icon .icon-image {
position: absolute;
margin: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: auto;
height: auto;
width: 30px;
height: 30px;
}
/* line 26, ../sass/theme/widget/_services.scss */
.widget-services-content .services-content {
padding: 0 15px;
overflow: hidden;
}
/* line 31, ../sass/theme/widget/_services.scss */
.widget-services-content .title-service {
color: #FFF;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
-webkit-font-smoothing: antialiased;
}
/* line 38, ../sass/theme/widget/_services.scss */
.widget-services-content .des-services {
text-align: left;
color: #b1b1b1;
line-height: 24px;
font-size: 14px;
font-weight: 300;
}
/* line 45, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services {
font-weight: 700;
font-size: 12px;
color: #ea4848;
text-transform: uppercase;
letter-spacing: 1px;
}
/* line 52, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services a {
color: #ea4848;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 55, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services a:hover {
letter-spacing: 2px;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 60, ../sass/theme/widget/_services.scss */
.widget-services-content .button-services i {
margin-left: 5px;
}
/* line 65, ../sass/theme/widget/_services.scss */
.banner_item {
padding: 15px;
text-align: center;
}
/* line 69, ../sass/theme/widget/_services.scss */
.banner_item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
/* line 76, ../sass/theme/widget/_services.scss */
.banner_item:hover img {
-webkit-filter: none;
filter: none;
}
/* line 8, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial {
padding: 100px 0 80px;
max-width: 1000px;
width: 100%;
margin: auto;
text-align: center;
}
/* line 14, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial {
font-size: 18px;
font-family: 'Droid Serif';
color: #eeeeee;
font-style: italic;
-webkit-font-smoothing: antialiased;
}
/* line 20, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial > * {
display: inline;
}
/* line 23, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .des-testimonial .fa {
color: #ea4848;
}
/* line 27, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .author {
margin-top: 10px;
margin-bottom: 0px;
font-size: 20px;
color: white;
}
/* line 33, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .testimonial_item {
padding: 0 30px;
}
/* line 36, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title {
color: #fff;
position: relative;
padding-bottom: 24px;
margin: 0;
font-size: 26px;
}
/* line 43, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title span:before, .widget-testimonial .widget-title span:after {
content: none;
}
/* line 47, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .widget-title:after {
content: "";
border: none;
width: 100px;
height: 1px;
position: absolute;
bottom: 0;
background: rgba(255, 255, 255, 0.5);
left: 0;
right: 0;
margin: auto;
border-width: 0;
}
/* line 61, ../sass/theme/widget/_testimonials.scss */
.widget-testimonial .owl-prev, .widget-testimonial .owl-next {
top: 40% !important;
background: transparent !important;
}
/* line 67, ../sass/theme/widget/_testimonials.scss */
.testimonial_item {
display: block;
}
/* line 69, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author {
margin-top: 35px;
}
/* line 71, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .img-author img {
width: 100px;
height: 100px;
border: 3px solid #FFFFFF;
background: white;
}
/* line 78, ../sass/theme/widget/_testimonials.scss */
.testimonial_item .testimonial_position {
font-style: italic;
font-size: 14px;
color: #eeeeee;
font-family: 'Droid Serif';
margin-bottom: 35px;
-webkit-font-smoothing: antialiased;
}
/* line 2, ../sass/theme/widget/_service.scss */
.service {
position: relative;
padding: 12px 0;
cursor: pointer;
}
/* line 238, ../sass/theme/mixins/_mixins.scss */
.service:before, .service:after {
content: " ";
display: table;
}
/* line 242, ../sass/theme/mixins/_mixins.scss */
.service:after {
clear: both;
}
/* line 7, ../sass/theme/widget/_service.scss */
.service:hover .icon-service {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
border: 1px solid #21bb9c;
color: #21bb9c;
}
/* line 12, ../sass/theme/widget/_service.scss */
.service .icon-service {
float: left;
margin-right: 10px;
width: 45px;
height: 45px;
border: 1px solid #b3b3b3;
border-radius: 100%;
line-height: 42px;
text-align: center;
color: #b3b3b3;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .icon-service {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .service .icon-service {
margin-left: 10px;
margin-right: inherit;
}
/* line 23, ../sass/theme/widget/_service.scss */
.service .service-description {
float: left;
width: 70%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .service-description {
float: right;
}
/* line 27, ../sass/theme/widget/_service.scss */
.service .title-service {
text-align: left;
text-transform: uppercase;
color: black;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .title-service {
text-align: right;
}
/* line 32, ../sass/theme/widget/_service.scss */
.service .description {
text-align: left;
font-size: 13px;
margin-top: 5px;
margin-bottom: 0;
font-style: italic;
line-height: 12px;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .service .description {
text-align: right;
}
/* line 2, ../sass/theme/widget/_support.scss */
.support {
display: block;
margin-top: 10px;
}
/* line 6, ../sass/theme/widget/_support.scss */
.icon-support {
float: left;
width: 55px;
height: 55px;
border-radius: 100%;
background: #21bb9c;
display: block;
text-align: center;
margin-right: 15px;
margin-bottom: 10px;
padding: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .icon-support {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .icon-support {
margin-left: 15px;
margin-right: inherit;
}
/* line 16, ../sass/theme/widget/_support.scss */
.icon-support .fa {
font-size: 30px;
line-height: 55px;
color: white;
}
/* line 22, ../sass/theme/widget/_support.scss */
.support-description {
float: left;
width: 70%;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .support-description {
float: right;
}
/* line 25, ../sass/theme/widget/_support.scss */
.support-description > * {
display: inline-block;
color: #4e4d4d;
}
/* line 29, ../sass/theme/widget/_support.scss */
.support-description .text-support {
font-size: 16px;
margin-bottom: 0;
margin-top: 5px;
}
/* line 33, ../sass/theme/widget/_support.scss */
.support-description .text-support b {
text-transform: uppercase;
font-weight: 400;
}
/* line 5, ../sass/theme/widget/_newsletter.scss */
.newsletters .form-newsletter label {
display: inline-block;
float: left;
font-size: 20px;
text-transform: uppercase;
font-weight: 400;
line-height: 35px;
letter-spacing: 1px;
padding-right: 10px;
color: #555555;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .form-newsletter label {
float: right;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .form-newsletter label {
padding-left: 10px;
padding-right: inherit;
}
/* line 17, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter {
width: 375px;
float: left;
}
/* line 18, ../sass/theme/widget/_newsletter.scss */
.newsletters .input-newsletter input {
height: 35px;
border-radius: 0;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .input-newsletter {
float: right;
}
/* line 25, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition {
float: right;
font-size: 26px;
font-weight: 300;
color: #555555;
}
/* line 16, ../sass/theme/mixins/_rtl.scss */
.rtl .newsletters .descrition {
float: left;
}
/* line 30, ../sass/theme/widget/_newsletter.scss */
.newsletters .descrition span {
color: #ea4848;
}
/* line 1, ../sass/theme/widget/_social.scss */
[class*="ion-social-"] {
width: 35px;
height: 35px;
background: white;
font-size: 20px;
line-height: 35px;
margin-right: 10px;
text-align: center;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 9, ../sass/theme/widget/_social.scss */
[class*="ion-social-"]:hover {
color: white;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 16, ../sass/theme/widget/_social.scss */
.ion-social-facebook:hover {
background-color: #3b5998;
}
/* line 22, ../sass/theme/widget/_social.scss */
.ion-social-googleplus:hover {
background-color: #dd4b39;
}
/* line 28, ../sass/theme/widget/_social.scss */
.ion-social-twitter:hover {
background-color: #00aced;
}
/* line 34, ../sass/theme/widget/_social.scss */
.ion-social-instagram:hover {
background-color: #517fa4;
}
/* line 40, ../sass/theme/widget/_social.scss */
.ion-social-pinterest:hover {
background-color: #cb2027;
}
/* line 46, ../sass/theme/widget/_social.scss */
.ion-social-skype:hover {
background-color: #0078ca;
}
/* line 52, ../sass/theme/widget/_social.scss */
.ion-social-vimeo:hover {
background-color: #aad450;
}
/* line 57, ../sass/theme/widget/_social.scss */
.ion-social-youtube:hover {
background-color: #bb0000;
}
/* line 63, ../sass/theme/widget/_social.scss */
.ion-social-dribbble:hover {
background-color: #ea4c89;
}
/* line 69, ../sass/theme/widget/_social.scss */
.ion-social-linkedin:hover {
background-color: #007bb6;
}
/* line 75, ../sass/theme/widget/_social.scss */
.ion-social-rss:hover {
background-color: #FF9900;
}
/**
* Price filter widget
*/
/* line 4, ../sass/theme/widget/_slide.scss */
.widget_price_filter {
margin-bottom: 50px !important;
}
/* line 6, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider {
margin: 1em 0 2em;
}
/* line 10, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: 0.8751em;
}
/* line 15, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
font-size: 1.15em;
}
/* line 19, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_amount .button {
float: left;
}
/* line 24, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em;
}
/* line 31, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #21bb9c;
border-radius: 1em;
cursor: ew-resize;
outline: none;
top: -0.3em;
margin-left: -0.5em;
}
/* line 47, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: #21bb9c;
}
/* line 57, ../sass/theme/widget/_slide.scss */
.widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #cccccc;
border: 0;
}
/* line 63, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
/* line 67, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
/* line 72, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
/* line 76, ../sass/theme/widget/_slide.scss */
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
/* line 4, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-des {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
color: #ffffff;
display: block;
left: 0;
margin: 0 10px;
padding: 15px;
position: absolute;
right: 0;
text-align: center;
top: 75%;
}
/* line 16, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-count {
font-size: 14px;
color: #d1d1d1;
}
/* line 20, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-name {
color: #ffffff;
font-size: 22px;
text-transform: uppercase;
}
/* line 25, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image {
overflow: hidden;
}
/* line 27, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image .category_thumb {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 33, ../sass/theme/widget/_categorybanner.scss */
.category-banner .cat-image:hover .category_thumb {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 4, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .rit-recent-post {
padding: 0 15px;
}
/* line 7, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-content {
font-size: 14px;
}
/* line 10, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .entry-title {
display: inline-block;
font-size: 16px;
padding: 10px 0;
text-transform: uppercase;
margin-bottom: 0;
}
/* line 17, ../sass/theme/widget/_rit-recent-post.scss */
.blog-recent-post .article-meta {
font-size: 13px;
line-height: 14px;
padding-bottom: 10px;
}
/*Style category blog*/
/* line 4, ../sass/theme/blog/_category.scss */
.archive-blog article {
padding: 30px 0;
border-bottom: 1px solid #e0e0e0;
}
/* line 7, ../sass/theme/blog/_category.scss */
.archive-blog article:first-child {
padding-top: 0;
}
/* line 10, ../sass/theme/blog/_category.scss */
.archive-blog article:last-child {
border-bottom: none;
}
/* line 14, ../sass/theme/blog/_category.scss */
.archive-blog .entry-content {
text-align: justify;
}
/* line 18, ../sass/theme/blog/_category.scss */
.archive-blog .entry-action {
padding-top: 5px;
}
/* line 22, ../sass/theme/blog/_category.scss */
.content-area {
margin-bottom: 30px;
}
/*Style single blog*/
/* line 3, ../sass/theme/blog/_single.scss */
.post-image {
text-align: center;
}
/* line 8, ../sass/theme/blog/_single.scss */
.post-image > * {
display: block;
}
/* line 11, ../sass/theme/blog/_single.scss */
.post-image ul li {
list-style: none;
}
/* line 14, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel {
padding: 0;
z-index: 999;
}
/* line 17, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .fa {
font-weight: 700;
}
/* line 20, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-prev {
left: 15px;
border-width: 2px;
}
/* line 24, ../sass/theme/blog/_single.scss */
.post-image .owl-carousel .owl-next {
right: 15px;
border-width: 2px;
}
/* line 30, ../sass/theme/blog/_single.scss */
.post-image img {
float: none !important;
}
/* line 38, ../sass/theme/blog/_single.scss */
.entry-header > header {
display: inline-block;
}
/* line 42, ../sass/theme/blog/_single.scss */
.entry-title {
display: inline-block;
padding: 15px 0;
font-size: 30px;
line-height: 24px;
}
/* line 50, ../sass/theme/blog/_single.scss */
.article-meta, .post-comment {
padding-bottom: 15px;
line-height: 24px;
}
/* line 54, ../sass/theme/blog/_single.scss */
.article-meta .fa, .post-comment .fa {
padding-right: 10px;
color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta .fa, .rtl .post-comment .fa {
padding-left: 10px;
padding-right: inherit;
}
/* line 58, ../sass/theme/blog/_single.scss */
.article-meta span, .post-comment span {
font-style: italic;
padding: 0 15px;
}
/* line 61, ../sass/theme/blog/_single.scss */
.article-meta span:first-child, .post-comment span:first-child {
padding-left: 0px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .article-meta span:first-child, .rtl .post-comment span:first-child {
padding-right: 0px;
padding-left: inherit;
}
/* line 69, ../sass/theme/blog/_single.scss */
.tags-link-wrap {
padding-top: 15px;
}
/* line 73, ../sass/theme/blog/_single.scss */
.tags .fa {
padding-right: 10px;
color: #21bb9c;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .tags .fa {
padding-left: 10px;
padding-right: inherit;
}
/* line 77, ../sass/theme/blog/_single.scss */
.tags a {
background: #fbfbfb;
padding: 5px 10px;
color: #888888;
border: 1px solid #e0e0e0;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 83, ../sass/theme/blog/_single.scss */
.tags a:hover {
color: white;
background: #21bb9c;
border: 1px solid #21bb9c;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
/* line 93, ../sass/theme/blog/_single.scss */
.entry-content {
font-size: 16px;
}
/* line 99, ../sass/theme/blog/_single.scss */
.author-img > img {
width: 100px;
padding: 3px;
border: 1px solid #e0e0e0;
max-width: inherit;
}
/* line 107, ../sass/theme/blog/_single.scss */
.avatar > img {
max-width: inherit;
}
/* line 112, ../sass/theme/blog/_single.scss */
.author-content h5 {
margin-top: 0;
}
/* line 116, ../sass/theme/blog/_single.scss */
.author-content a {
font-size: 16px;
text-transform: capitalize;
}
/* line 120, ../sass/theme/blog/_single.scss */
.author-content .author-social {
margin-bottom: 5px;
}
/* line 123, ../sass/theme/blog/_single.scss */
.author-content p {
font-style: italic;
max-width: 800px;
}
/* line 130, ../sass/theme/blog/_single.scss */
#comments .heading {
font-size: 18px;
text-transform: uppercase;
}
/* line 135, ../sass/theme/blog/_single.scss */
#comments .comment-list {
padding: 0;
margin: 0;
}
/* line 139, ../sass/theme/blog/_single.scss */
#comments .comment-list li.comment {
border-top: 1px solid #e0e0e0;
list-style: outside none none;
padding: 30px 0;
}
/* line 146, ../sass/theme/blog/_single.scss */
#comments .text-user {
text-transform: capitalize;
}
/* line 150, ../sass/theme/blog/_single.scss */
#comments .meta-user a {
padding-left: 5px;
padding-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .meta-user a {
padding-right: 5px;
padding-left: inherit;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .meta-user a {
padding-left: 5px;
padding-right: inherit;
}
/* line 156, ../sass/theme/blog/_single.scss */
#comments .children {
padding-left: 85px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #comments .children {
padding-right: 85px;
padding-left: inherit;
}
/* line 158, ../sass/theme/blog/_single.scss */
#comments .children li:first-child {
margin-top: 20px;
}
/* line 161, ../sass/theme/blog/_single.scss */
#comments .children li:last-child {
padding-bottom: 0;
}
/* line 165, ../sass/theme/blog/_single.scss */
#comments .comment-author {
padding-bottom: 10px;
}
/* line 173, ../sass/theme/blog/_single.scss */
.post-related {
padding: 30px 0;
}
/* line 176, ../sass/theme/blog/_single.scss */
.post-box-title {
text-transform: uppercase;
line-height: 40px;
color: black;
}
/* line 181, ../sass/theme/blog/_single.scss */
.item-related {
padding-top: 15px;
}
/* line 183, ../sass/theme/blog/_single.scss */
.item-related img {
width: 100%;
}
/* line 187, ../sass/theme/blog/_single.scss */
.post-title {
font-size: 14px;
text-align: center;
text-transform: uppercase;
}
/* line 194, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination {
padding: 20px 0;
margin: 0;
border: none;
}
/* line 198, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .fa {
color: #21bb9c;
}
/* line 201, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover {
background: #21bb9c;
border: 1px solid #21bb9c;
}
/* line 204, ../sass/theme/blog/_single.scss */
.entry_pagination .pagination .page-numbers:hover .fa {
color: white;
}
@media (max-width: 480px) {
/* line 6, ../sass/_responsive.scss */
#menu-topbar-menu {
float: left;
margin: 0;
}
/* line 8, ../sass/_responsive.scss */
#menu-topbar-menu .fa + span {
display: none;
}
/* line 14, ../sass/_responsive.scss */
#ri-top-navbar .user-login {
display: none;
}
/* line 19, ../sass/_responsive.scss */
.topbar-hiden #ri-top-navbar {
display: block !important;
}
/* line 25, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart {
display: block;
font-size: 16px;
padding: 1px 15px;
}
/* line 29, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart + * {
display: none;
}
/* line 35, ../sass/_responsive.scss */
#logo {
text-align: center;
}
/* line 41, ../sass/_responsive.scss */
.header-4.keep-header {
position: static;
}
/* line 44, ../sass/_responsive.scss */
#menu-footer-navigation {
display: none !important;
}
/* line 47, ../sass/_responsive.scss */
.header-content-right {
text-align: center;
}
/* line 49, ../sass/_responsive.scss */
.header-content-right .group-cart-search {
float: none;
}
/* line 53, ../sass/_responsive.scss */
.header-content-right .cart-wrap {
float: none;
display: inline-block;
text-align: center;
margin-top: 15px;
}
/* line 59, ../sass/_responsive.scss */
#cart .mini-cart {
border-left: 0;
padding: 0px;
text-align: center;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .mini-cart {
border-right: 0;
border-left: inherit;
}
/* line 65, ../sass/_responsive.scss */
.mega-menu-wrap {
display: none;
}
/* line 69, ../sass/_responsive.scss */
.wg-custom-heading .text-heading {
font-size: 25px;
}
/* line 73, ../sass/_responsive.scss */
.des-testimonial > p {
font-size: 18px;
}
/* line 76, ../sass/_responsive.scss */
.newsletters .input-newsletter {
width: 200px;
}
/* line 79, ../sass/_responsive.scss */
.header-content-header, .header-content {
display: none;
}
/* line 82, ../sass/_responsive.scss */
#ri-menu-primary {
display: none !important;
}
/* line 85, ../sass/_responsive.scss */
.quick-view {
display: none;
}
/* line 88, ../sass/_responsive.scss */
.switch-layout .products-list {
display: none;
}
/* line 91, ../sass/_responsive.scss */
.header-4.keep-header.hide-bar #ri-header {
position: absolute !important;
}
/* line 94, ../sass/_responsive.scss */
.header-4 .header-content-logo {
float: none;
text-align: center;
}
}
@media (min-width: 480px) and (max-width: 767px) {
/* line 101, ../sass/_responsive.scss */
.quick-view {
display: none;
}
/* line 105, ../sass/_responsive.scss */
#menu-topbar-menu {
float: left;
margin: 0;
margin-right: 5px;
}
/* line 107, ../sass/_responsive.scss */
#menu-topbar-menu .fa + span {
display: none;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #menu-topbar-menu {
margin-left: 5px;
margin-right: inherit;
}
/* line 115, ../sass/_responsive.scss */
#ri-top-navbar .user-login {
display: none;
}
/* line 120, ../sass/_responsive.scss */
.topbar-hiden #ri-top-navbar {
display: block !important;
}
/* line 126, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart {
display: block;
font-size: 16px;
padding: 1px 15px;
}
/* line 130, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart + * {
display: none;
}
/* line 137, ../sass/_responsive.scss */
#menu-footer-navigation {
display: none !important;
}
/* line 141, ../sass/_responsive.scss */
.header-4.keep-header {
position: static;
}
/* line 144, ../sass/_responsive.scss */
.mega-menu-wrap {
display: none;
}
/* line 149, ../sass/_responsive.scss */
#logo {
text-align: center;
}
/* line 153, ../sass/_responsive.scss */
.header-content-right {
text-align: center;
}
/* line 155, ../sass/_responsive.scss */
.header-content-right .group-cart-search {
float: none;
}
/* line 159, ../sass/_responsive.scss */
.header-content-right .cart-wrap {
float: none;
text-align: center;
display: inline-block;
margin-top: 15px;
}
/* line 165, ../sass/_responsive.scss */
#cart .mini-cart {
border-left: 0;
padding: 0px;
text-align: center;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl #cart .mini-cart {
border-right: 0;
border-left: inherit;
}
/* line 170, ../sass/_responsive.scss */
.header-content-header, .header-content {
display: none;
}
/* line 173, ../sass/_responsive.scss */
#ri-menu-primary {
display: none !important;
}
/* line 176, ../sass/_responsive.scss */
.header-4.keep-header.hide-bar #ri-header {
position: absolute !important;
}
/* line 179, ../sass/_responsive.scss */
.header-4 .header-content-logo {
float: none;
text-align: center;
}
}
@media (min-width: 768px) and (max-width: 991px) {
/* line 187, ../sass/_responsive.scss */
.quick-view {
display: none;
}
/* line 192, ../sass/_responsive.scss */
#menu-topbar-menu .fa + span {
display: none;
}
/* line 197, ../sass/_responsive.scss */
#ri-top-navbar .user-login {
display: none;
}
/* line 202, ../sass/_responsive.scss */
#cart .mini-cart {
border: none;
}
/* line 206, ../sass/_responsive.scss */
.topbar-hiden #ri-top-navbar {
display: block !important;
}
/* line 212, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart {
display: block;
font-size: 16px;
padding: 1px 15px;
}
/* line 216, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart + * {
display: none;
}
/* line 223, ../sass/_responsive.scss */
.header-4.keep-header {
position: static;
}
/* line 226, ../sass/_responsive.scss */
.header-1 .mega-menu-wrap {
display: none;
}
/* line 229, ../sass/_responsive.scss */
.header-4.keep-header.hide-bar #ri-header {
position: absolute !important;
}
/* line 232, ../sass/_responsive.scss */
.header-4 .header-content-logo {
float: none;
text-align: center;
}
/* line 238, ../sass/_responsive.scss */
.newsletters .descrition {
display: none;
}
/* line 244, ../sass/_responsive.scss */
#ri-menu-primary {
display: none !important;
}
/* line 248, ../sass/_responsive.scss */
.header-content-header, .header-content {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
/* line 259, ../sass/_responsive.scss */
#menu-topbar-menu .fa + span {
display: none;
}
/* line 264, ../sass/_responsive.scss */
#ri-top-navbar .user-login {
display: none;
}
/* line 271, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart {
display: block;
font-size: 16px;
padding: 1px 15px;
}
/* line 275, ../sass/_responsive.scss */
.button-groups .fa-shopping-cart + * {
display: none;
}
/* line 282, ../sass/_responsive.scss */
.wg-custom-heading .text-heading {
font-size: 28px;
}
/* line 287, ../sass/_responsive.scss */
.header-2 .searchform-wrap, .header-3 .searchform-wrap, .header-4 .searchform-wrap {
width: 250px;
}
/* line 293, ../sass/_responsive.scss */
.sidebar .widget {
padding: 15px;
}
/* line 296, ../sass/_responsive.scss */
.sidebar .post-image {
margin-right: 5px;
}
/* line 27, ../sass/theme/mixins/_rtl.scss */
.rtl .sidebar .post-image {
margin-left: 5px;
margin-right: inherit;
}
/* line 305, ../sass/_responsive.scss */
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
padding: 5px;
}
/* line 308, ../sass/_responsive.scss */
.slicknav_nav {
display: none;
}
}
@media (min-width: 1200px) {
/* line 316, ../sass/_responsive.scss */
.add_to_cart_button .fa-shopping-cart, .product_type_variable .fa-shopping-cart {
display: none;
}
/* line 320, ../sass/_responsive.scss */
.slicknav_nav {
display: none;
}
}
.site-content{
background-image: url("../images/lavender.jpg");
}