Files
drmaterac.pl/themes/leo_gstore/modules/appagebuilder/views/css/styles.css
2025-01-06 20:47:25 +01:00

2070 lines
57 KiB
CSS

/***************************************************
Mixins Themes
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
Mixins RTL Themes
/***************************************************/
/************************************
Override Bootstrap
*************************************/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
* Blocks Layout Selectors
*/
/***********************************************************************/
/* Title Block */
.ApColumn .block {
margin-bottom: 30px; }
@media (max-width: 767px) {
.ApColumn .block {
margin-bottom: 15px; } }
.ApColumn .title_block {
color: #000000;
margin: 30px 0;
font-size: 24px;
line-height: 30px;
position: relative;
text-transform: capitalize;
padding: 0 0 0 10px;
font-weight: 700; }
@media (max-width: 480px) {
.ApColumn .title_block {
font-size: 20px; } }
.rtl .ApColumn .title_block {
padding: 0 10px 0 0; }
.ApColumn .title_block:before {
content: "";
background: #5cd468;
top: 4px;
left: 0;
position: absolute;
width: 2px;
height: 20px; }
.rtl .ApColumn .title_block:before {
right: 0;
left: auto; }
@media (max-width: 767px) {
.ApColumn .title_block {
margin-top: 15px; } }
.ap-popup {
display: none; }
.bg-fullwidth {
position: relative; }
.bg-fullwidth:before {
content: "";
padding: 0px 1000px;
width: 100%;
overflow: hidden;
position: absolute;
height: 100%;
display: block !important;
top: 0;
box-sizing: content-box;
margin-left: -1000px; }
.rtl .bg-fullwidth:before {
margin-right: -1000px;
margin-left: inherit; }
/* Widget Alert */
.alert {
text-align: left;
margin-top: 15px;
padding-left: 50px;
position: relative; }
.rtl .alert {
text-align: right; }
.rtl .alert {
padding-right: 50px;
padding-left: inherit; }
.alert:before {
font-family: "FontAwesome";
font-size: 14px;
vertical-align: -2px;
padding: 0 7px 0 0;
float: left;
position: absolute;
left: 20px;
top: 10px; }
.rtl .alert:before {
padding: 0 0 0 7px; }
.rtl .alert:before {
float: right; }
.rtl .alert:before {
right: 20px;
left: auto; }
.alert.alert-success:before {
content: "\f00c"; }
.alert.alert-warning:before {
content: "\f071"; }
.alert.alert-info:before {
content: "\f05a"; }
.alert.alert-danger:before {
content: "\f00d"; }
/* Css Accordion */
.ap-accordion .in {
display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
border-top: 1px solid transparent;
padding: 0px;
margin-bottom: 0px;
font-size: 13px; }
.ap-accordion .panel-group .panel-default .panel-title .collapsed {
display: block;
font-weight: normal; }
.ap-accordion .panel-default {
border: 1px solid transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none; }
.ap-accordion .panel-default .panel-title {
text-transform: none;
background: #f0f0f0;
position: relative;
font-weight: normal; }
.ap-accordion .panel-default .panel-title a:before {
background: none;
content: "arrow_drop_up";
cursor: pointer;
display: block;
font-family: "Material Icons";
font-size: 25px;
position: absolute;
left: auto;
right: 0px;
top: 0px;
width: auto; }
.ap-accordion .panel-default .panel-title .collapsed:before {
background: none;
content: "arrow_drop_down";
cursor: pointer;
display: block;
font-family: "Material Icons";
font-size: 25px;
position: absolute;
left: auto;
right: 0px;
top: 0px;
width: auto; }
.ap-accordion .panel-default .panel-heading {
background: #f0f0f0;
border: 1px solid #f0f0f0; }
.ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
border: 1px solid #f0f0f0; }
/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
border-bottom: 0px; }
.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
display: none; }
.tab-content .active, .pill-content .active {
display: block; }
.tabs-below .nav-tabs {
border-top: 1px solid #eaeaea; }
.tabs-below .nav-tabs > li {
margin-top: -1px;
margin-bottom: 0; }
.tabs-below .nav-tabs > li > a {
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px; }
.rtl .tabs-below .nav-tabs > li > a {
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px; }
.tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
border-top-color: #eaeaea;
border-bottom-color: transparent; }
.tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
border-color: transparent #eaeaea #eaeaea #eaeaea; }
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
float: none; }
.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
min-width: 74px;
margin-bottom: 3px;
margin-right: 0; }
.rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
margin-left: 0;
margin-right: inherit; }
.tabs-left .nav-tabs {
float: left;
border-right: 1px solid #eaeaea; }
.rtl .tabs-left .nav-tabs {
float: right; }
.rtl .tabs-left .nav-tabs {
border-left: 1px solid #eaeaea;
border-right: inherit; }
.tabs-left .nav-tabs > li > a {
margin-right: -1px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px; }
.rtl .tabs-left .nav-tabs > li > a {
margin-left: -1px;
margin-right: inherit; }
.rtl .tabs-left .nav-tabs > li > a {
-moz-border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px; }
.tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
border-color: #eeeeee #eaeaea #eeeeee #eeeeee; }
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
border-color: #eaeaea transparent #eaeaea #eaeaea;
*border-right-color: #FFFFFF; }
.tabs-right .nav-tabs {
float: right;
border-left: 1px solid #eaeaea; }
.rtl .tabs-right .nav-tabs {
float: left; }
.rtl .tabs-right .nav-tabs {
border-right: 1px solid #eaeaea;
border-left: inherit; }
.tabs-right .nav-tabs > li > a {
margin-left: -1px;
-moz-border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
border-radius: 0px 4px 4px 0px; }
.rtl .tabs-right .nav-tabs > li > a {
margin-right: -1px;
margin-left: inherit; }
.rtl .tabs-right .nav-tabs > li > a {
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px; }
.tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #eeeeee #eaeaea; }
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
border-color: #eaeaea #eaeaea #eaeaea transparent;
*border-left-color: #ffffff; }
.widget-tabs li {
padding: 5px 8px;
border: 1px solid transparent;
text-transform: uppercase; }
.widget-tabs li a {
color: #ed4657; }
.widget-tabs li.active {
border: 1px solid #5cd468; }
.widget-tabs li.active a {
color: #5cd468; }
.block .nav-pills > li.active > a {
position: relative; }
.block .nav-pills > li.active > a:before {
content: "\f0d7";
position: absolute;
bottom: -7px;
height: 10px;
line-height: 10px;
font-family: "FontAwesome";
color: #5cd468;
font-size: 19px;
z-index: 9;
right: 50%;
margin-right: -4px; }
.rtl .block .nav-pills > li.active > a:before {
left: 50%;
right: auto; }
.rtl .block .nav-pills > li.active > a:before {
margin-left: -4px;
margin-right: inherit; }
.block .panel-group {
margin-bottom: 0; }
.nav-tabs {
border-bottom: 1px solid transparent;
padding-bottom: 20px; }
.nav-tabs > li > a {
font-weight: 800;
color: #767676;
border-bottom: 2px solid transparent;
text-transform: uppercase; }
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
border: 1px solid transparent;
background: #eeeeee;
border-bottom: 2px solid #c0c700;
color: #000000; }
/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
position: relative; }
div[id^="gmap-stores-list"] {
overflow: auto !important; }
div[id^="gmap-stores-list"] > ul {
margin: 30px; }
.display-list-store {
background-color: #6cabd5;
float: left; }
.rtl .display-list-store {
float: right; }
.gmap-stores-content, .gmap-content {
display: inline-block;
margin: 0;
padding: 0;
position: relative; }
.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
width: 100%; }
.gmap-cover {
width: 100%; }
.item-gmap-store {
cursor: pointer;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px 15px;
text-transform: uppercase;
color: #FFFFFF;
-webkit-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; }
.item-gmap-store:hover {
color: #000000;
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.item-gmap-store .icon-map-marker {
margin-right: 6px;
font-size: 120%; }
.rtl .item-gmap-store .icon-map-marker {
margin-left: 6px;
margin-right: inherit; }
.item-gmap-store text {
font-size: 85%; }
/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more a {
background: #282d35;
clear: both;
text-align: center;
width: 100%;
height: 55px;
line-height: 55px;
letter-spacing: 3px;
text-transform: uppercase;
padding: 0 15px;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
display: none;
font-size: 12px;
color: #FFFFFF;
font-weight: 700; }
.box-show-more a:hover {
background-color: #5cd468; }
.box-show-more a .fa {
margin-left: 5px; }
.rtl .box-show-more a .fa {
margin-right: 5px;
margin-left: inherit; }
.box-show-more.open a {
display: block; }
/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
opacity: 0;
filter: alpha(opacity=0); }
.ap_image .has-animation.animated {
opacity: 1;
filter: alpha(opacity=100); }
/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
background: transparent; }
.full-slider .carousel-inner .item {
width: 100%;
height: 100%; }
.full-slider .content-slider {
position: absolute;
top: 35%;
color: #FFFFFF;
left: 0;
right: 0;
text-align: center; }
.full-slider .content-slider h3 {
font-size: 60px;
text-transform: uppercase;
font-weight: 600; }
.full-slider .content-slider p {
margin-top: 30px;
background: #c70005;
padding: 10px 20px;
display: inline-block;
text-transform: uppercase;
font-size: 1rem; }
.full-slider .carousel-control {
top: 50%;
width: 40px;
height: 40px;
background-color: #121212;
background-color: rgba(18, 18, 18, 0.52);
zoom: 1;
background-color: transparent\9; }
.full-slider .carousel-control.left {
left: 10px; }
.rtl .full-slider .carousel-control.left {
right: 10px;
left: auto; }
.full-slider .carousel-control.right {
right: 10px; }
.rtl .full-slider .carousel-control.right {
left: 10px;
right: auto; }
/**
* Widget Video
*/
.embed-responsive {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%; }
.embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0px; }
.rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
right: 0px;
left: auto; }
/**
* Start for module ApFullSlider
*/
.cover-live-edit {
width: 100%;
border-top: 1px solid #eaeaea; }
.cover-live-edit .link-to-back-end {
text-decoration: none;
color: #FFFFFF;
z-index: 9999;
background-color: rgba(204, 153, 0, 0.5);
padding: 5px;
position: relative;
-moz-box-shadow: 0 0 5px #bdbdbd;
-webkit-box-shadow: 0 0 5px #bdbdbd;
-o-box-shadow: 0 0 5px #bdbdbd;
-ms-box-shadow: 0 0 5px #bdbdbd;
box-shadow: 0 0 5px #bdbdbd;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.cover-live-edit .link-to-back-end:hover {
background-color: #00e676;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.ap-cover-hook {
border: 1px solid #eaeaea;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.ap-cover-hook:hover {
border: 1px dashed #5cd468;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
/**
* End for module ApFullSlider
*/
/*
Widget Manufacturers
*/
.manufacturers_block img {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
opacity: 0.3;
filter: alpha(opacity=30); }
.manufacturers_block img:hover {
opacity: 1;
filter: alpha(opacity=100); }
/*
Widget Category Image
*/
.widget-category_image .cover-img {
float: left;
padding-right: 20px; }
.rtl .widget-category_image .cover-img {
float: right; }
.rtl .widget-category_image .cover-img {
padding-left: 20px;
padding-right: inherit; }
.widget-category_image .cover-img img {
width: 100px;
height: 100px; }
.widget-category_image .cate_content:hover label {
color: #3276b1;
cursor: pointer; }
/* Widget Lastest blogs */
.latest-blogs {
padding-bottom: 20px; }
@media (max-width: 991px) {
.latest-blogs {
padding-bottom: 0; } }
.latest-blogs .blog-image-container {
margin-bottom: 15px; }
.latest-blogs .blog-title {
font-size: 14px;
text-transform: capitalize;
line-height: 20px;
margin: 0 0 15px;
font-weight: 500;
height: 20px;
overflow: hidden; }
@media (max-width: 480px) {
.latest-blogs .blog-title {
height: auto; } }
.latest-blogs .b-content {
position: relative;
padding: 0 0 0 70px; }
.rtl .latest-blogs .b-content {
padding: 0 70px 0 0; }
.latest-blogs .b-content .created {
position: absolute;
top: 0;
left: 0;
background: #000;
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
width: 50px;
text-align: center;
padding: 16px 0;
line-height: 17px;
overflow: hidden; }
.rtl .latest-blogs .b-content .created {
right: 0;
left: auto; }
.latest-blogs .b-content .created span {
display: block; }
.latest-blogs .blog-meta {
color: #aaa;
margin: 0 0 15px;
font-style: italic; }
.latest-blogs .blog-meta > span {
display: inline-block;
vertical-align: top;
margin: 0 20px 0 0; }
.rtl .latest-blogs .blog-meta > span {
margin: 0 0 0 20px; }
.latest-blogs .blog-meta > span i {
font-size: 14px;
vertical-align: -2px; }
.latest-blogs .blog-desc {
color: #999;
font-weight: 300;
margin: 0;
line-height: 22px;
overflow: hidden; }
@media (min-width: 481px) {
.latest-blogs .blog-desc {
max-height: 44px; } }
/* Multi Image Product List */
.leo-more-info {
background-color: #FFFFFF;
position: absolute;
z-index: 4000;
top: 0;
width: 0;
height: 100%;
overflow: hidden;
right: 0px;
float: left;
text-align: left;
padding: 5px 5px 10px 5px;
-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
opacity: 0;
filter: alpha(opacity=0); }
.rtl .leo-more-info {
left: 0px;
right: auto; }
.rtl .leo-more-info {
float: right; }
.rtl .leo-more-info {
text-align: right; }
.rtl .leo-more-info {
padding: 5px 5px 10px 5px; }
.leo-more-info .thumbs_list {
overflow: hidden;
margin-top: 14px;
margin-bottom: 20px;
float: left;
width: 80px;
height: 300px; }
.rtl .leo-more-info .thumbs_list {
float: right; }
.leo-more-info .thumbs_list ul.thumbs_list_frame {
list-style-type: none;
padding-left: 0; }
.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
padding-right: 0;
padding-left: inherit; }
.leo-more-info .thumbs_list li {
cursor: pointer;
float: left;
width: 84px;
height: 100px; }
.rtl .leo-more-info .thumbs_list li {
float: right; }
.leo-more-info .thumbs_list li a {
display: block;
margin: 0 1px 2px;
text-align: center; }
.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
position: absolute;
width: 15px;
margin: auto;
left: 0px;
right: 0px; }
.leo-more-info .view_scroll_right {
bottom: 0px;
margin-bottom: 5px; }
.leo-more-info .view_scroll_left {
margin-top: 5px; }
.leo-more-over {
position: relative;
z-index: 0; }
.leo-more-image {
top: 0;
position: absolute;
opacity: 0;
filter: alpha(opacity=0);
left: 0; }
.rtl .leo-more-image {
right: 0;
left: auto; }
/* Instagram Block */
.instagram-block .owl-item {
padding-left: 5px;
padding-right: 5px; }
.instagram-block a {
display: inline-block;
overflow: hidden;
position: relative; }
.instagram-block a img {
width: 118px;
max-width: 100%; }
.instagram-block .link-instagram {
display: none; }
.instagram-block .link-instagram a {
margin: 10px 0 0; }
#instafeed {
margin: -5px; }
.hide {
display: none; }
.bottomnav .ApColumn .block {
margin-bottom: 0; }
.bottomnav .ApHtml {
line-height: 44px;
height: 44px;
overflow: hidden; }
@media (max-width: 575px) {
.bottomnav .ApHtml {
text-align: center;
color: #fff;
background: #333; } }
.bottomnav p {
margin-bottom: 0; }
.bottomnav .inner {
border-bottom: 1px solid #eee; }
@media (max-width: 991px) {
.header-logo {
text-align: center;
margin-bottom: 15px; } }
.col-cart .ApRawHtml {
float: left; }
.rtl .col-cart .ApRawHtml {
float: right; }
@media (max-width: 767px) {
.col-cart .ApRawHtml {
height: 43px;
line-height: 41px;
width: 43px;
text-align: center;
border: 1px solid #5cd468;
border-radius: 25px; }
.col-cart .ApRawHtml span {
display: none; } }
@media (max-width: 991px) {
.col-cart .ApRawHtml {
position: absolute;
margin: 0;
bottom: 85px;
left: 7px;
margin: 0 !important; }
.rtl .col-cart .ApRawHtml {
right: 7px;
left: auto; }
.col-cart #cart-block {
position: absolute;
bottom: 85px;
right: 7px;
margin: 0; }
.rtl .col-cart #cart-block {
left: 7px;
right: auto; } }
.header-wishlist a {
display: block;
height: 45px;
line-height: 45px;
overflow: hidden;
text-transform: uppercase;
font-weight: 500; }
@media (min-width: 768px) {
.header-wishlist a {
margin-top: 5px; } }
@media (max-width: 767px) {
.header-wishlist a {
line-height: 41px;
height: 43px; } }
.header-wishlist a i {
font-size: 14px;
color: #5cd468; }
.box-slider {
padding-bottom: 45px; }
@media (max-width: 1199px) {
.box-slider {
padding-bottom: 30px; } }
@media (max-width: 991px) {
.box-slider {
padding-bottom: 15px; } }
.box-product,
.box-ptabs,
.box-tdeals {
margin-bottom: 30px; }
@media (max-width: 991px) {
.box-product,
.box-ptabs,
.box-tdeals {
margin-bottom: 15px; } }
.box-product .owl-carousel .owl-item.active,
.box-ptabs .owl-carousel .owl-item.active,
.box-tdeals .owl-carousel .owl-item.active {
position: relative; }
.box-product .owl-carousel .owl-item.active:before,
.box-ptabs .owl-carousel .owl-item.active:before,
.box-tdeals .owl-carousel .owl-item.active:before {
content: "";
width: 1px;
height: 100%;
background: #eee;
position: absolute;
top: 0;
right: 0px; }
.rtl .box-product .owl-carousel .owl-item.active:before, .rtl
.box-ptabs .owl-carousel .owl-item.active:before, .rtl
.box-tdeals .owl-carousel .owl-item.active:before {
left: 0px;
right: auto; }
.box-product .owl-carousel .owl-item.active.last:before,
.box-ptabs .owl-carousel .owl-item.active.last:before,
.box-tdeals .owl-carousel .owl-item.active.last:before {
display: none; }
.box-product.banner-left .ApColumn .title_block,
.box-ptabs.banner-left .ApColumn .title_block,
.box-tdeals.banner-left .ApColumn .title_block {
margin-top: 0; }
.box-banner-img {
text-align: center; }
@media (max-width: 991px) {
.header-menu {
margin-bottom: 15px !important;
position: relative; }
.header-menu > .ApColumn {
width: auto;
position: static; }
.header-menu .col-menu {
float: right;
position: static; }
.rtl .header-menu .col-menu {
float: left; }
.header-menu .col-menu .navbar-toggler {
height: 50px;
border: 2px solid #000;
border-radius: 0px;
padding: 0;
text-align: center;
line-height: 48px; }
.header-menu .col-menu .navbar-toggler:active {
border-color: #5cd468;
color: #5cd468; } }
.box-freeshipping {
background: #fafafa;
margin-bottom: 45px !important; }
@media (max-width: 991px) {
.box-freeshipping {
margin-bottom: 30px !important; } }
.box-freeshipping .ApColumn {
border-right: 1px solid #f1f1f1;
text-align: center;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.rtl .box-freeshipping .ApColumn {
border-left: 1px solid #f1f1f1;
border-right: inherit; }
.box-freeshipping .ApColumn:hover {
background: #f5f5f5; }
@media (max-width: 991px) {
.box-freeshipping .ApColumn {
border: 0; } }
@media (max-width: 767px) {
.box-freeshipping .ApColumn {
border: 0;
border-bottom: 1px solid #f1f1f1; } }
.box-freeshipping .ApColumn:last-child {
border: 0; }
@media (max-width: 991px) {
.box-freeshipping .ApColumn:last-child {
border: 0; } }
.box-freeshipping .ApImage {
margin: auto;
padding: 60px 10px 60px 100px;
position: relative;
text-align: left;
display: inline-block;
vertical-align: top;
max-width: 320px; }
.rtl .box-freeshipping .ApImage {
padding: 60px 100px 60px 10px; }
.rtl .box-freeshipping .ApImage {
text-align: right; }
@media (max-width: 991px) {
.box-freeshipping .ApImage {
padding: 30px 10px 30px 100px;
max-width: 100%;
width: 300px; }
.rtl .box-freeshipping .ApImage {
padding: 30px 100px 30px 10px; } }
.box-freeshipping .ApImage img {
position: absolute;
top: 60px;
left: 5px;
max-width: 100px;
opacity: 0.4;
filter: alpha(opacity=40); }
.rtl .box-freeshipping .ApImage img {
right: 5px;
left: auto; }
@media (max-width: 991px) {
.box-freeshipping .ApImage img {
top: 30px; } }
.box-freeshipping .ApImage .image_description {
line-height: 18px;
color: #999; }
.box-freeshipping .ApImage .image_description p {
margin-bottom: 0px; }
.box-freeshipping .ApImage .image_description strong {
color: #292929;
text-transform: uppercase;
font-size: 14px;
display: block;
margin-bottom: 20px; }
@media (min-width: 768px) {
.box-ptabs .title_block {
margin-right: 55px;
float: left; }
.rtl .box-ptabs .title_block {
margin-left: 55px;
margin-right: inherit; }
.rtl .box-ptabs .title_block {
float: right; } }
@media (max-width: 767px) {
.box-ptabs .owl-theme .owl-buttons {
top: -45px; } }
@media (max-width: 480px) {
.box-ptabs .owl-theme .owl-buttons {
top: -106px; } }
.box-ptabs .nav-tabs {
border: 0;
padding-bottom: 0; }
.box-ptabs .nav-tabs .nav-item {
margin: 30px 0; }
@media (max-width: 767px) {
.box-ptabs .nav-tabs .nav-item {
margin: 0 0 15px; } }
.box-ptabs .nav-tabs .nav-item a {
border: 0;
border-radius: 0;
font-size: 14px;
color: #999;
text-transform: capitalize;
position: relative;
padding: 0 15px;
line-height: 30px; }
.box-ptabs .nav-tabs .nav-item a.active, .box-ptabs .nav-tabs .nav-item a:hover {
color: #5cd468;
background: none; }
.box-ptabs .nav-tabs .nav-item a:before {
content: "";
width: 5px;
height: 5px;
border-radius: 3px;
background: #ccc;
position: absolute;
top: 13px;
right: -2px; }
.rtl .box-ptabs .nav-tabs .nav-item a:before {
left: -2px;
right: auto; }
.box-ptabs .nav-tabs .nav-item:last-child a:before {
display: none; }
.rtl .box-tdeals .ApImage .image_description p {
font-style: normal; }
.box-tdeals .ApImage {
position: relative; }
.box-tdeals .ApImage img {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.box-tdeals .ApImage:hover img {
opacity: 0.5;
filter: alpha(opacity=50); }
.box-tdeals .ApImage .image_description {
position: absolute;
left: 70px;
right: 70px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
@media (max-width: 1199px) {
.box-tdeals .ApImage .image_description {
left: 40px;
right: 40px; } }
@media (max-width: 480px) {
.box-tdeals .ApImage .image_description {
left: 15px;
right: 15px; } }
.box-tdeals .ApImage .image_description p {
font-style: italic;
min-height: 1px; }
@media (max-width: 1199px) {
.box-tdeals .ApImage .image_description p {
margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
.box-tdeals .ApImage .image_description p {
margin-bottom: 5px; } }
@media (max-width: 480px) {
.box-tdeals .ApImage .image_description p {
margin-bottom: 5px; } }
.box-tdeals .ApImage .image_description h4 {
font-size: 14px;
text-transform: uppercase;
font-weight: 300;
color: #999; }
@media (max-width: 480px) {
.box-tdeals .ApImage .image_description h4 {
margin-bottom: 5px; } }
.box-tdeals .ApImage .image_description h4 span {
font-weight: 400;
color: #ed4657; }
.box-tdeals .ApImage .image_description h3 {
font-size: 30px;
text-transform: capitalize;
font-weight: 700;
margin: 0 0 10px; }
@media (max-width: 480px) {
.box-tdeals .ApImage .image_description h3 {
margin-bottom: 5px;
font-size: 25px; } }
.box-tdeals .ApImage .image_description h3 span {
color: #5cd468; }
.box-tdeals .ApColumn .title_block {
margin-top: 0; }
.btn-link {
display: inline-block;
font-size: 12px;
font-style: normal;
text-transform: uppercase;
background: #5cd468;
color: #fff;
padding: 10px 35px;
line-height: 25px;
font-weight: 500;
border-radius: 23px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); }
.btn-link:hover {
background: #ed4657;
color: #fff;
text-decoration: none; }
.box-imgcate .widget-category_image {
margin-bottom: 30px; }
@media (max-width: 991px) {
.box-imgcate .widget-category_image {
margin-bottom: 15px; } }
.box-imgcate .widget-category_image .block_content {
margin: 0 -15px; }
@media (max-width: 991px) {
.box-imgcate .widget-category_image .block_content {
margin: 0 -7px; } }
.box-imgcate .widget-category_image .block_content:after {
content: "";
display: block;
clear: both; }
.box-imgcate .widget-category_image .block_content > ul {
padding: 0 15px;
width: 33.33%;
float: left; }
.rtl .box-imgcate .widget-category_image .block_content > ul {
float: right; }
@media (max-width: 991px) {
.box-imgcate .widget-category_image .block_content > ul {
padding: 0 7px; } }
@media (max-width: 480px) {
.box-imgcate .widget-category_image .block_content > ul {
width: 100%; } }
.box-imgcate .widget-category_image .cate_content span {
display: block;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
text-align: center; }
.box-imgcate .widget-category_image a {
display: block;
position: relative;
padding-bottom: 15px; }
.box-imgcate .widget-category_image a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: #5cd468;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
.box-imgcate .widget-category_image a:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.box-imgcate .widget-category_image .cover-img {
padding: 0;
margin-bottom: 20px;
float: none; }
.box-imgcate .widget-category_image .cover-img img {
width: 100%;
height: auto; }
.text-center {
text-align: center; }
.box-manufacture .owl-theme .owl-buttons {
top: 50%;
padding: 0 30px;
width: 100%;
overflow: visible;
height: 0px; }
.box-manufacture .owl-theme .owl-buttons div {
margin-top: -15px; }
.box-discount {
margin-bottom: 60px !important; }
@media (max-width: 991px) {
.box-discount {
margin-bottom: 30px !important; } }
.box-discount .ApRawHtml {
margin: 0;
font-size: 18px;
color: #666666;
font-weight: 400;
max-width: 800px;
margin: auto;
padding: 22px 0; }
@media (max-width: 767px) {
.box-discount .ApRawHtml {
text-align: center; } }
.box-discount .ApRawHtml:after {
content: "";
display: block;
clear: both; }
.box-discount .ApRawHtml p {
margin: 0; }
.box-discount .ApRawHtml .content-left {
float: left;
padding: 10px 0;
line-height: 25px; }
.rtl .box-discount .ApRawHtml .content-left {
float: right; }
@media (max-width: 767px) {
.box-discount .ApRawHtml .content-left {
width: 100%; } }
.box-discount .ApRawHtml .content-left span {
color: #ed4657;
white-space: nowrap; }
.box-discount .ApRawHtml .content-right {
float: right; }
.rtl .box-discount .ApRawHtml .content-right {
float: left; }
@media (max-width: 767px) {
.box-discount .ApRawHtml .content-right {
width: 100%; } }
.img-responsive {
max-width: 100%; }
.img-responsive img {
max-width: 100%; }
.box-newletter {
margin-bottom: 60px !important; }
@media (max-width: 991px) {
.box-newletter {
margin-bottom: 30px !important; } }
.box-newletter .block_newsletter {
max-width: 970px;
margin: auto;
padding: 22px 0; }
.box-newletter .block_newsletter:after {
content: "";
display: block;
clear: both; }
.box-newletter .block_newsletter .hide {
display: block; }
.box-newletter .block_newsletter p {
margin: 0; }
.box-newletter .block_newsletter .new-msg p {
margin-top: 10px; }
.box-newletter .block_newsletter .title_block {
width: 50%;
float: left;
padding: 0 10px; }
.rtl .box-newletter .block_newsletter .title_block {
float: right; }
@media (max-width: 767px) {
.box-newletter .block_newsletter .title_block {
width: 100%;
margin-bottom: 10px; } }
.box-newletter .block_newsletter .title_block {
display: block;
margin: 0;
font-size: 18px;
padding: 0; }
.box-newletter .block_newsletter .title_block:before {
display: none; }
.box-newletter .block_newsletter .block_content {
width: 50%;
float: left;
padding: 0 10px;
margin-top: 3px; }
.rtl .box-newletter .block_newsletter .block_content {
float: right; }
@media (max-width: 767px) {
.box-newletter .block_newsletter .block_content {
width: 100%; } }
.box-newletter .block_newsletter form {
background: #e1e1e1;
border: 1px solid #e1e1e1; }
.box-newletter .block_newsletter form input {
background: #e1e1e1; }
.box-share {
text-align: center;
margin-bottom: 60px !important; }
@media (max-width: 991px) {
.box-share {
margin-bottom: 30px !important; } }
.box-share p {
margin: 0; }
.box-share .ApColumn .block {
margin-bottom: 0; }
.box-share .ApRawHtml {
font-size: 14px;
font-weight: 600;
line-height: 20px;
padding: 35px 0;
color: #222; }
@media (max-width: 767px) {
.box-share .ApRawHtml {
padding: 25px 0 5px; } }
.box-share .ApRawHtml span {
color: #5cd468;
text-transform: uppercase; }
.box-share .block-social {
padding: 25px 0; }
@media (max-width: 767px) {
.box-share .block-social {
padding-top: 5px; } }
.box-share .block-social ul {
text-align: center; }
.box-share .block-social li.facebook:before {
color: #4393d7; }
.box-share .block-social li.twitter:before {
color: #41d3e0; }
.box-share .block-social li.youtube:before {
color: #bc1717; }
.box-share .block-social li.googleplus:before {
color: #f05f5f; }
.box-share .block-social li.instagram:before {
color: #c2b28b; }
.box-share .block-social li:hover:before {
color: #fff; }
.box-prospecial {
margin-bottom: 10px; }
@media (min-width: 992px) {
.box-prospecial .aeuc_unit_price_label,
.box-prospecial .aeuc_before_label,
.box-prospecial .online-only {
display: none !important; } }
.box-prospecial .product_list {
margin: 0;
overflow: hidden; }
@media (min-width: 1200px) {
.box-prospecial .product_list .product_block {
width: 22%; }
.box-prospecial .product_list .product_block:first-child {
width: 34%;
border: 0; }
.box-prospecial .product_list .product_block:first-child:before {
content: "";
width: 1px;
top: -99px;
bottom: -99px;
background: #f1f1f1;
right: 0;
position: absolute; }
.rtl .box-prospecial .product_list .product_block:first-child:before {
left: 0;
right: auto; }
.box-prospecial .product_list .product_block:first-child .thumbnail-container .product-meta {
padding: 0 0 20px; }
.box-prospecial .product_list .product_block:first-child .thumbnail-container .product-additional {
top: 25px; }
.box-prospecial .product_list .product_block:first-child .thumbnail-container .product-image {
padding: 26px 0;
margin: 0 0 11px; }
.box-prospecial .product_list .product_block:first-child .thumbnail-container .product-image img {
height: 360px; }
.box-prospecial .product_list .product_block:nth-child(4), .box-prospecial .product_list .product_block:nth-child(7) {
border-right: 0; }
.rtl .box-prospecial .product_list .product_block:nth-child(4), .rtl .box-prospecial .product_list .product_block:nth-child(7) {
border-left: 0;
border-right: inherit; }
.box-prospecial .product_list .thumbnail-container {
margin-bottom: 0; }
.box-prospecial .product_list .thumbnail-container .product-meta {
padding: 0 0 10px; }
.box-prospecial .product_list .thumbnail-container .product-additional {
top: 5px;
left: 0px;
right: 0px; }
.box-prospecial .product_list .thumbnail-container .product-image {
margin-bottom: 0px;
padding: 5px 0; }
.box-prospecial .product_list .thumbnail-container .product-image a {
display: block; }
.box-prospecial .product_list .thumbnail-container .product-image img {
height: 180px;
width: auto; } }
.manufacturer-image-container {
text-align: center; }
@media (max-width: 991px) and (min-width: 768px) {
.box-cate .ApColumn {
padding: 0; } }
.box-cate .widget-category_image {
background: #f6f4f4;
position: relative;
min-height: 225px; }
@media (min-width: 1200px) {
.box-cate .widget-category_image {
padding: 30px 15px 30px 200px; }
.rtl .box-cate .widget-category_image {
padding: 30px 200px 30px 15px; } }
@media (max-width: 1199px) {
.box-cate .widget-category_image {
padding: 30px 15px; } }
@media (max-width: 991px) and (min-width: 768px) {
.box-cate .widget-category_image {
width: 48%;
float: left;
margin-left: 1%;
margin-right: 1%; }
.rtl .box-cate .widget-category_image {
float: right; } }
.box-cate .widget-category_image .block_content > ul > li > a {
font-size: 24px;
display: block;
line-height: 25px;
height: 25px;
overflow: hidden;
margin: 0 0 20px;
padding: 0;
color: #222;
font-weight: bold;
position: static; }
.box-cate .widget-category_image .block_content > ul > li > a .cat_name {
position: relative;
z-index: 1; }
.box-cate .widget-category_image a {
display: block;
font-size: 12px;
color: #999;
line-height: 20px;
padding: 5px 0;
text-transform: capitalize;
font-size: 12px;
font-weight: normal;
position: relative;
text-align: left;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.rtl .box-cate .widget-category_image a {
text-align: right; }
.box-cate .widget-category_image a:hover {
color: #5cd468;
padding-left: 10px; }
.rtl .box-cate .widget-category_image a:hover {
padding-right: 10px;
padding-left: inherit; }
.box-cate .widget-category_image a.view_all {
background: #eee;
color: #999;
display: inline-block;
padding: 5px 10px;
border: 0; }
.box-cate .widget-category_image a.view_all:hover {
background: #333;
color: #fff; }
.box-cate .widget-category_image .cover-img img {
width: auto;
height: auto;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
@media (min-width: 1200px) {
.box-cate .widget-category_image .cover-img img {
left: 0; }
.rtl .box-cate .widget-category_image .cover-img img {
right: 0;
left: auto; } }
@media (max-width: 1199px) {
.box-cate .widget-category_image .cover-img img {
right: 0; }
.rtl .box-cate .widget-category_image .cover-img img {
left: 0;
right: auto; } }
@media (max-width: 360px) {
.box-cate .widget-category_image .cover-img img {
opacity: 0.5;
filter: alpha(opacity=50); } }
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping {
max-height: none; }
@media (max-width: 480px) {
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping {
width: 100%; } }
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span[itemprop="price"] {
font-size: 25px;
line-height: 1.35;
font-weight: bold; }
@media (max-width: 767px) {
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span[itemprop="price"] {
font-size: 22px; } }
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .aeuc_before_label,
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .discount-percentage {
position: static;
margin: 0 0 5px; }
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span {
display: inline-block;
clear: both;
float: right; }
.rtl .product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span {
float: left; }
@media (max-width: 480px) {
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span {
float: left; }
.rtl .product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping span {
float: right; } }
@media (max-width: 480px) {
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .aeuc_unit_price_label {
float: left; }
.rtl .product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .aeuc_unit_price_label {
float: right; } }
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .regular-price {
font-size: 20px;
color: #999;
padding: 5px 0 10px; }
@media (max-width: 480px) {
.product_list.list .thumbnail-container .functional-buttons .product-price-and-shipping .regular-price {
font-size: 16px; } }
.product_list.list .thumbnail-container .product-title {
height: auto;
overflow: hidden;
line-height: 1.35; }
@media (max-width: 480px) {
.product_list.list .thumbnail-container .product-title {
width: 100%; } }
.product_list.list .thumbnail-container .product-title a {
color: #000;
font-size: 20px;
font-family: "Poppins", sans-serif;
font-weight: 600; }
@media (max-width: 767px) {
.product_list.list .thumbnail-container .product-title a {
font-size: 18px;
padding: 0 5px; } }
.product_list.list .thumbnail-container .product-description-short {
padding-top: 15px; }
.box-productsmall .owl-theme .owl-buttons {
top: -35px; }
.box-productsmall .thumbnail-container {
text-align: left;
padding: 15px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; }
.rtl .box-productsmall .thumbnail-container {
text-align: right; }
.box-productsmall .thumbnail-container:hover {
background: #f9f9f9; }
.box-productsmall .thumbnail-container:after {
content: "";
display: block;
clear: both; }
.box-productsmall .thumbnail-container .product-image {
width: 130px;
margin: 0 15px 0 0;
float: left; }
.rtl .box-productsmall .thumbnail-container .product-image {
margin: 0 0 0 15px; }
.rtl .box-productsmall .thumbnail-container .product-image {
float: right; }
.box-productsmall .thumbnail-container .product-meta {
padding: 20px 0 0; }
.box-productsmall .thumbnail-container .product-title {
height: auto;
margin-bottom: 10px; }
.box-productsmall .thumbnail-container .product-flags,
.box-productsmall .thumbnail-container .quickview {
display: none; }
.box-productsmall .thumbnail-container .product-price-and-shipping {
padding: 0; }
.box-productsmall .thumbnail-container .product-price-and-shipping .discount-percentage {
display: none; }
@media (min-width: 768px) and (max-width: 991px) {
.box-productsmall .item:after {
content: "";
display: block;
clear: both; }
.box-productsmall .item > .product-miniature {
width: 50%;
float: left; }
.rtl .box-productsmall .item > .product-miniature {
float: right; }
.box-productsmall .item > .product-miniature:nth-child(2n+1) {
clear: both; } }
@media (min-width: 992px) {
.box-blog .blog-container {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; } }
#wrapper {
min-height: 400px; }
#cart-summary-product-list .media {
margin-bottom: 10px; }
.font-weight-bold {
font-weight: 600; }
.ps-shown-by-js .alert {
margin-top: 10px; }
#content-hook-order-confirmation-footer .products {
margin-bottom: 15px; }
.js-customer-form .custom-checkbox label {
display: inline; }
.js-customer-form .custom-checkbox label em {
/* display: inline-table;
width: 300px;
max-width: 100%; */ }
.layout-boxed-lg.keep-header #header {
max-width: 1220px;
margin: auto;
backface-visibility: hidden; }
@media (min-width: 992px) {
.layout-boxed-lg.keep-header .header-menu:before {
left: -25px;
right: -25px;
width: auto;
margin: auto;
padding: 0; }
.layout-boxed-lg.keep-header .bottomnav .bg-fullwidth:before {
left: -10px;
right: -10px;
width: auto;
margin: auto;
padding: 0; } }
#search_widget {
margin: 0; }
#search_widget .popup-title {
display: none; }
#search_widget #search_form {
position: static;
float: none;
display: block; }
#search_widget input[type=text] {
padding: 13px 50px 12px 10px;
height: 45px; }
.rtl #search_widget input[type=text] {
padding: 13px 10px 12px 50px; }
#search_widget form button[type=submit]:hover {
background: #5cd468; }
.search-widget form input[type=text]:focus {
border-color: #3387f2;
border-radius: 0; }
.cart-items .product-line-grid.row {
margin: 0; }
.js-address-form .accordion-group label, .js-address-form .form-group label {
display: inline; }
.card-block .product-quantity {
display: inline-block;
margin: 0 10px;
padding: 2px 7px;
background: #f5f5f5;
border-radius: 15px; }
@media (max-width: 1199px) {
.card-block .product-name {
margin-bottom: 10px;
display: block; } }
@media (max-width: 991px) {
.delivery-options-list .delivery-option {
display: block; }
.delivery-options-list .delivery-option:after {
content: "";
display: block;
clear: both; }
.delivery-options-list .delivery-option > * {
width: 100%;
float: left; }
.delivery-options-list .delivery-option > *.col-sm-1 {
margin-bottom: 10px; } }
#notifications .alert {
margin-top: 15px; }
#notifications .alert ul, #notifications .alert li {
display: inline; }
@media (min-width: 992px) and (max-width: 1199px) {
.col-lg-12.col-xs-12 > .featured-products .product_list .ajax_block_product.last-in-line {
border-right: 1px solid #f1f1f1; }
.rtl .col-lg-12.col-xs-12 > .featured-products .product_list .ajax_block_product.last-in-line {
border-left: 1px solid #f1f1f1;
border-right: inherit; } }
.col-lg-12.col-xs-12 > .featured-products .ajax_block_product {
clear: none; }
@media (min-width: 1200px) {
.col-lg-12.col-xs-12 > .featured-products .ajax_block_product:nth-child(4n+1) {
clear: both; } }
@media (min-width: 992px) and (max-width: 1199px) {
.col-lg-12.col-xs-12 > .featured-products .ajax_block_product:nth-child(4n+1) {
clear: both; } }
@media (min-width: 481px) and (max-width: 991px) {
.col-lg-12.col-xs-12 > .featured-products .ajax_block_product:nth-child(2n+1) {
clear: both; } }
.all-product-link {
margin: 20px 0; }
.modal-body .cart-content .btn {
height: 42px; }
.itemFacebookButton .fb_iframe_widget iframe {
position: absolute;
left: 0;
right: 0;
top: 0; }
.dropdown-menu {
text-align: left; }
.rtl .dropdown-menu {
text-align: right; }
.register-form .form-control-valign label {
display: inline-block;
padding: 6px 10px 0 0; }
.rtl .register-form .form-control-valign label {
padding: 6px 0 0 10px; }
.leo-fake-button {
display: none; }
.form-control:focus {
outline-offset: 0; }
/*update css tach*/
.thumbnail-container .functional-buttons {
opacity: 0;
filter: alpha(opacity=0); }
.thumbnail-container .product-price-and-shipping {
font-size: 16px; }
.thumbnail-container:hover .functional-buttons {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible; }
.block-contact ul li {
display: block;
line-height: 22px;
position: relative;
padding: 0 0 0 30px; }
.rtl .block-contact ul li {
padding: 0 30px 0 0; }
.block-contact ul li .fa {
position: absolute;
left: 0;
top: 0; }
.rtl .block-contact ul li .fa {
right: 0;
left: auto; }
#search_filters .attr-price li {
margin: 15px 0;
position: relative;
padding: 0 30px; }
#search_filters .attr-price li .custom-radio {
margin: 0 !important;
position: absolute;
left: 0;
top: 0; }
.rtl #search_filters .attr-price li .custom-radio {
right: 0;
left: auto; }
#search_filters .attr-price li .custom-radio input[type="radio"] {
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 20px;
height: 20px;
margin: -2px; }
#search_filters .attr-price .facet-label a {
margin-top: 0; }
.rtl #search_filters .attr-price li {
padding: 0 30px; }
.leo-modal-review .product-info {
text-align: center; }
.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
top: 45%; }
@media (max-width: 480px) {
.send-wishlist .leo-send-wishlist-button {
font-size: 14px; }
.send-wishlist .leo-send-wishlist-button .material-icons {
font-size: 20px; } }
#search_widget .popup-content {
display: none !important; }
#search_widget.open .popup-content {
display: block !important; }
.box-slider .ApRawHtml {
background: #fff;
color: #333;
border-bottom: 1px solid #eee; }
.box-slider .ApRawHtml h4 {
color: #222;
margin-bottom: 10px; }
.box-fitness .nav-tabs > li > a {
font-size: 18px;
font-family: "Poppins", sans-serif; }
.rtl .form-control-select {
background-position-x: 1%; }
.products div.aeuc_unit_price_label,
.unit-price-cart {
font-size: 12px;
color: #333;
font-weight: 300;
padding: 3px 0; }
.aeuc_unit_price_label {
padding: 5px 0;
font-size: 12px;
font-weight: normal; }
.definition-list dl dd,
.definition-list dl dt {
width: 48%; }
#order-items div.aeuc_unit_price_label {
font-size: 12px; }
.iview-directionNav a {
background: rgba(0, 0, 0, 0.1); }
.iview-directionNav a:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0; }
.thumbnail-container .cart .btn-product {
display: inline-block; }
.checkout-step .step-title:after {
content: "";
display: block;
clear: both; }
.checkout-step .step-title .step-edit {
padding: 0 5px;
margin: 0 !important; }
.email-info {
max-width: 500px;
margin: auto; }
#search_filters .attr-price li {
line-height: 20px; }
#search_filters .attr-price li .custom-checkbox {
position: absolute;
top: 0;
left: 0; }
.rtl #search_filters .attr-price li .custom-checkbox {
right: 0;
left: auto; }
#checkout .custom-checkbox,
#identity .custom-checkbox {
display: block;
position: relative;
padding: 0 0 0 30px; }
.rtl #checkout .custom-checkbox, .rtl
#identity .custom-checkbox {
padding: 0 30px 0 0; }
#checkout .custom-checkbox > span,
#identity .custom-checkbox > span {
position: absolute;
left: 0;
top: 0; }
.rtl #checkout .custom-checkbox > span, .rtl
#identity .custom-checkbox > span {
right: 0;
left: auto; }
#checkout .custom-checkbox input,
#identity .custom-checkbox input {
left: 0;
right: auto;
top: 0;
margin: 0;
width: 20px;
height: 20px;
position: absolute;
z-index: 2; }
.rtl #checkout .custom-checkbox input, .rtl
#identity .custom-checkbox input {
right: 0;
left: auto; }
@media (min-width: 992px) {
.box-todaydeal .active .thumbnail-container {
overflow: hidden; } }
@media (max-width: 767px) {
#category .sidebar #search_filters_wrapper {
margin-left: -15px;
margin-right: -15px; }
#category .sidebar #search_filters .facet .navbar-toggler {
height: 30px;
width: 30px;
padding: 0;
border: 0; }
#category .sidebar #search_filters .facet .navbar-toggler i {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center; }
#search_filters .facet {
padding: 15px; } }
.form-control:focus {
outline-offset: 0; }
@media (max-width: 767px) {
#product_reviews_block_tab .review_author {
border: 0 !important; } }
.leo-modal-review .product_desc {
margin-top: 0; }
.leo-modal-review .product_desc .product_name {
font-size: 16px;
text-transform: capitalize; }
.blogs-container .blog-image img {
width: 100%; }
@media (min-width: 576px) {
#stores .page-stores .store-item-container .divide-left {
border-left: #ebebeb 1px solid; }
.rtl #stores .page-stores .store-item-container .divide-left {
border-right: #ebebeb 1px solid;
border-left: inherit; } }
@media (min-width: 576px) {
.comment-wrap .comment-meta {
display: block;
position: relative;
padding: 0 130px 0 0; }
.rtl .comment-wrap .comment-meta {
padding: 0 0 0 130px; }
.comment-wrap .comment-meta .comment-link {
position: absolute;
top: 0;
right: 0;
font-weight: normal;
font-size: 11px;
margin: 0;
background: #999; }
.rtl .comment-wrap .comment-meta .comment-link {
left: 0;
right: auto; }
.comment-wrap .comment-meta .comment-link a {
color: #fff; }
.comment-wrap .comment-meta .comment-link:hover {
background: #000; } }
.comment-wrap .comment-infor > span {
font-weight: 500;
color: #666; }
.input-group .input-group-btn > .btn {
background: #999; }
.input-group .input-group-btn > .btn:hover {
background: #666; }
.form-control {
font-size: 14px; }
.carousel .direction {
top: -42px; }
.modal-footer {
text-align: right; }
.rtl .modal-footer {
text-align: left; }
.modal-footer button {
font-size: 14px;
margin: 2px; }
@media (max-width: 480px) {
.modal-footer button {
width: 100%;
margin: 2px 0; } }
.cart-content-btn .btn {
white-space: normal; }
@media (max-width: 767px) {
.cart-content-btn .btn {
font-size: 14px; } }
@media (max-width: 480px) {
.cart-content-btn .btn {
width: 100%;
margin: 2px 0; } }
.leo-compare-review-dropdown .dropdown-menu {
width: 300px;
font-size: 13px; }
.leo-compare-review-dropdown .dropdown-menu .dropdown-item {
white-space: normal; }
.footer_links li {
display: inline-block;
vertical-align: top; }
.footer_links .btn {
font-size: 14px;
padding: 8px 15px; }
.footer_links .btn i {
font-size: 14px;
padding: 0 5px 0 0;
width: auto;
vertical-align: -2px; }
.rtl .footer_links .btn i {
padding: 0 0 0 5px; }
.leo-fake-send-wishlist-button {
display: none; }
.send-wishlist .leo-send-wishlist-button {
font-size: 14px;
padding: 8px 15px; }
.send-wishlist .leo-send-wishlist-button i {
font-size: 14px;
padding: 0 5px 0 0;
width: auto;
vertical-align: -2px; }
.rtl .send-wishlist .leo-send-wishlist-button i {
padding: 0 0 0 5px; }
.wishlist-product-action .btn {
font-size: 14px;
padding: 8px 15px; }
.leo-list-wishlist {
max-width: 200px;
padding: 5px 0;
max-height: 320px;
overflow-y: auto;
overflow-x: hidden; }
.leo-list-wishlist .dropdown-item {
white-space: normal;
padding: 5px 10px;
font-size: 14px; }
#order-summary-content #order-items {
width: 100%; }
.leo-productscompare-item .thumbnail-container {
width: 323px; }
.products_block #product_comparison {
text-align: center; }
.footer_links .btn {
margin: 2px 0; }
.input-group-btn:focus {
outline: 0; }
.order-options textarea {
height: 100px;
width: 100%;
padding: 10px;
border: 1px solid #eee;
margin: 10px 0; }
.animated {
-webkit-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
.page-heading {
margin-bottom: 20px; }
.block-category.card {
border: 0;
box-shadow: none;
padding: 0;
margin: 0; }
.block-category.card h1 {
margin: 0 0 20px; }
.block-category.card > div {
margin: 0 0 30px; }
.block-category.card .category-cover img {
max-width: 100%; }
/*# sourceMappingURL=styles.css.map */