/*
Theme Name: iffiliate
Theme URI: https://iffiliate.modeltheme.com
Author: ModelTheme
Author URI: https://modeltheme.com/
Description: WooCommerce Amazon Affiliates Theme
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iffiliate
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Release Date: 27-JUN-2024;


[Main Theme Stylesheet]

[Table of contents]

1. Reset CSS
2. General styling
3. Buttons
4. Blocks
5. Statistics
6. Boostrap styling
7. Product Page

*/


/* 1. Reset CSS */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}
mark {
    background: transparent;
    color: #242424;
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

ul li , ol li{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.jumbotron h1, .jumbotron .h1 {
    line-height: 1.2;
}
.entry-content ol li, 
.entry-content ul li {
    color: #373737;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
table th a,
table td a {
    color: #373737;
    font-weight: bold;
}
dl {
    margin-top: 20px;
    margin-bottom: 20px;
}
dt {
    font-weight: bold;
    line-height: 24px;
}
dd {
    margin: 0 1.5em 1.5em;
}
b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table, th, td {
   border: 1px solid #e6e6e6;
} 
td,
th {
    padding: 10px 15px !important;
}


/* 2. General styling */
body,
html,
#page {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

section {
    position: relative;
}
section.cover {
    background-size: cover;
}
img {
    max-width: 100%;
}
.mt-full-screen {
    width: 100%;
    height: 100%;
}
.mt-half-page {
    width: 100%;
    height: 50%;
}
.mt-uppercase {
    text-transform: uppercase;
}
.mt-blue {
    background: #00adf1;
}

p.subtitle {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.top-margin {
    padding-top: 60px;
}
.mediu-margin {
    padding-top: 25px;
    padding-bottom: 25px;
}
p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #373737;
}
.mt-c-white {
    color: #FFFFFF;
}
.bottom-background {
    background: #FFFFFF url('images/bottom-background.png') repeat-x bottom left;
}
.mt-spacer {
    margin-bottom: 50px;
    clear: both;
}
.mt-half-spacer {
    clear: both;
    margin-bottom: 30px;
}
/* 3. Buttons */

.button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
}
.button.outline-button {
    border: 1px solid #FFFFFF;
}

.button:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.button.outline-button.mt-blue {
    border-color: #00adf1;
    color: #FFFFFF;
}
.video-background {
    height: 100%;
}


.wpb_button {
    border: 1px solid #FFFFFF;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background-color: transparent;
    color: #FFFFFF;
    text-shadow: none;
}
.wpb_button:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: transparent;
}
.wpb_button:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: -1;
}
.wpb_button:hover:after {
    width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 0;
}


/* header styling */

header.mt-full-screen {
    background-size: cover;
}
.mt-fancy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/overlay.png') no-repeat;
    background-size: cover;
}
footer .logo a {
    display: block;
    line-height: 0;
}
footer  .logo a:hover {
    color: #ffffff;
}
.top-footer {
    background: #2695FF;
    padding: 20px;
}
.top-footer div.left {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.top-footer .menu-search {
    background: #fff;
    border: none;
}
.top-footer .menu-search input.search-field {
    font-weight: 300;
    font-size: 14px;
    border: none;
}
.top-footer .menu-search .btn.btn-primary {
    background: #484848;
}
.top-footer .menu-search .btn.btn-primary:hover {
    background: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.top-footer .menu-search .btn.btn-primary:hover i.fa {
    color: #2695FF;
}
/* Navbar styling */
.navbar-collapse.collapse.vc_col-md-9 {
    width: 75%;
}
.navbar-collapse.collapse.in .menu .item {
    text-align: left;
    width: 100%;
}
.menu .item {
    display: inline-block;
}
#navbar .menu-item {
    padding: 5px 0px;
}
#navbar .current-menu-item.menu-item,
 #navbar .menu-item:hover {
    opacity: 1;
}
#navbar .menu-item.menu-category {
    padding: 10px 0px;
    margin-left: 15px;
}
#navbar .menu-item.black-friday-menu-link {
    margin-left: 20px;
}
#navbar .menu-item.black-friday-menu-link > a {
    padding: 10px 16px !important;
    color: #fff !important;
}
.navbar-nav > li > a, 
.menu .item a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 17px !important;
    display: block;
    line-height: 18px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.navbar-nav > li > a:hover,
.menu .item a:hover {
    text-decoration: none;
}


/* Hero section */

.mt-height-centered {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
    width: 100%;
}
.mt-height-centered .mt-title {
    font-size: 46px;
    font-weight: 600;
}

/* Section styleing */

.section-title {
    text-align: center;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0;
}
.section-border {
    width: 100%;
    height: 30px;
    background: url('images/section-border.png') no-repeat center center;
    margin: 5px 0 10px;
}
.section-border.disable_sep {
    display: none;
}
header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
#dropdown-user-profile ul {
    position: absolute;
    z-index: 30;
    top: 190%;
    left: -40px;
    border-radius: 2px;
    width: 200px;
    visibility: hidden;
    padding: 0;
    opacity: 0;
    background: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#dropdown-user-profile ul li {
    display: inline;
}
#dropdown-user-profile ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: block;
    padding: 15px !important;
    text-align: left;
    color: #484848 !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-weight: 400;
    font-size: 14px;
}
#dropdown-user-profile ul li:last-child a {
    border-bottom: none;
}
#dropdown-user-profile ul li a:hover {
    background: #FFF;
    color: #F29202 !important;
}
#dropdown-user-profile ul li a i {
    position: relative;
    top: 1px;
    padding-right: 5px;
}
#dropdown-user-profile {
    position: relative;
    cursor: pointer;
    list-style: none;
}
#dropdown-user-profile.open ul,
#dropdown-user-profile:hover ul {
    top: 150%;
    visibility: visible;
    opacity: 1;
    z-index: 90;
}
#dropdown-user-profile:hover ul::before {
    position: absolute;
    bottom: 100%;
    right: 0%;
    margin-right: 35px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    content: '';
    pointer-events: none;
    border-bottom-color: #fff;
}
li.nav-menu-account,
.my-account-navbar a {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
    display: block;
    text-align: left;
    line-height: 17px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
span.top-register {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    color: #fff ;
}
li#nav-menu-register span:last-child:after {
    content: "\f107";
    font-family: fontAwesome;
    font-weight: 100;
    opacity: 0.4;
    margin-left: 5px;
    vertical-align: middle;
}
/* Portfolio blocks */

.portfolio-item .portfolio-triangle {
    width: 120px;
    height: 120px;
    background: transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 25px;
    box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
    overflow: hidden;
}
.portfolio-triangle .content {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -35px;
    position: absolute;
    left: -37px;
    width: 190px;
    height: 190px;
}
.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.35s ease-in-out;
}
.portfolio-item .portfolio-triangle:hover .portfolio-hover {
    opacity: 1;
}
.portfolio-items .vc_col-md-2:nth-child(7n+5) {
    clear: left;
    margin-left: 24.9999999%;
}
.portfolio-items .vc_col-md-2:nth-child(7n+1) {
    clear: left;
    margin-left: 16.6666666%;
}
article.portfolio {
    overflow: hidden;
}

/* 4. Blocks */
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}

.block-container {
    text-align: center;
}
.block-triangle {
    width: 80px;
    height: 80px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    position: relative;
    top: 20px;
    box-shadow: none;
    border-radius: 50%;
}
.block-title p {
    color: #2f383d;
    font-size: 16px;
    font-weight: 500;
}
.block-content p {
    font-size: 15px;
    color: #9aa7af;
    font-weight: 300;
}

.services2 p {
    color: #fff;
}

.services2 .block-triangle , .services2 .block-triangle i {
    transition: all 300ms ease;
}

.services2 .block-triangle:hover {
    background:transparent;
}


.block-icon i {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Left Block */

.left-block-container {
    margin-bottom: 20px;
}
.left-block-container .block-title p {
    text-transform: uppercase;
}
.left-block-container .block-title {
    padding-top: 20px;
}
.left-block-container {
    border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
    border-bottom: 0 none;
}

/* Filters */
.filters {
    list-style: none;
    text-align: center;
    width: 100%;
}
.filters .filter {
    display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
    list-style: none;
    padding: 0;
}
.testimonials-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 60px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
}
.testimonials-container blockquote * {
    font-size: 26px;
}
.testimonail01-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
    padding: 25px 38px;
    border-radius: 2px;
}
.testimonials-container-3.owl-carousel.owl-theme.animateIn {
    opacity: 1 !important;
}
.testimonail01-content p {
    text-align: left;
    font-weight: 400;
    line-height: 27px;
}
.testimonail01-name-position p.position-test {
    text-align: left;
}
.testimonail01-profile-img {
    margin: 20px 25px 0px 0;
}
.testimonial-info-content {
    display: inline-flex;
}
.testimonials-container-1 .owl-wrapper-outer {
    padding: 20px 0px;
}
.elementor-widget-testimonials .owl-wrapper-outer .owl-item {
    margin-right: 19px;
}
.testimonail01-name-position h2.name-test {
    font-size: 20px;
    color: #484848;
    line-height: 20px;
}
.testimonail01-name-position p.position-test {
    font-size: 14px;
    color: #999999;
}

/* Testimonial Style 2*/
.style2 .testimonial-info-content {
    display: block;
    width: 80%;
}
.testimonial01-img-holder.style2 {
    display: flex;
    background: #fff;
    padding: 25px 30px 10px;
}
.testimonial01-img-holder.style2 p.name-test {
    margin-bottom: 0px;
}
.testimonial01-img-holder.style2 .testimonail01-profile-img {
    margin: 0px;
    margin-right: 20px;
    margin-top: 5px;
}
.testimonial01-img-holder.style2 .testimonail01-profile-img img{
    border-radius: 10px;
}
/* Members */

.member-container {
    position: relative;
}
.member-content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.7s; /* For Safari 3.1 to 6.0 */
    transition: all 0.7s;
}
.member-container:hover .member-content {
    -ms-transform: translateY( -50% ); /* IE 9 */
    -webkit-transform: translateY( -50% ); /* Chrome, Safari, Opera */
    transform: translateY( -50% );
}
.member-header {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.member-header:before,
.member-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 10px;
}
.member-header:before {
    left: 0;
}
.member-header:after {
    right: 0;
}
.member-header p,
.member-footer p {
    font-size: 12px;
    text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.member-footer .social {
    border-top: 1px solid;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 10px;
}
.member-footer .social:before {
    left: 0;
}
.member-footer .social:after {
    right: 0;
}
.member-footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-footer .social ul li {
    display: inline-block;
}
.member-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.social ul li i {
    font-size: 20px;
    color: #bdc0c2;
}
.social ul li a {
    display: block;
    margin: 0 5px;
}
.member-content img {
    width: 100%;
}

.member01-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 280px;
    left: 32px;
    bottom: -50px;
    border-radius: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.memeber01-img-holder {
    border-radius: 5px;
    overflow: hidden;
}
p.member01_content-desc {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}
.member01_social {
    text-align: center;
    margin-bottom: 20px;
}
.member01-content-inside {
    padding: 25px 0px 10px;
}
.member01_social a {
    padding: 0px 10px;
}
.mt_members1 .owl-wrapper-outer {
    overflow: visible;
}
.member01-content-inside h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.members_img_holder {
    overflow: hidden;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
/* 5. Statistics */

.stats-head * {
    font-size: 50px;
    color: #FFF;
    text-align: center;
}
.stats-content .skill-count::after {
    content: '+';
}
.stats-content p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    text-align: left;
}
.stats-block .stats-img {
    line-height: 1px;
}
.stats-content.percentage {
    text-align: left;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
}
.stats-img img {
    height: 80px
}
.stats-heading-img {
    text-align: center;
}
.testimonial-img-holder .testimonial-img {
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
}
span.skill-count {
    display: block;
    font-weight: bold;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 30px;
}
.stats-block.statistics {
    position: relative;
    text-align: center;
    max-width: 161px;
    left: 20%;
    z-index: 1;
}
.stats-head i{
    font-family:'FontAwesome';
    padding-right :10px;
}
.timeline .post-cotnent-left {
    padding-right: 60px;
}
.timeline .post-cotnent-right {
    padding-left: 60px;
}
.timeline{
    position: relative;
}
.timeline article {
    padding-bottom: 40px;
    position: relative;
}
.timeline:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 2px;
    background: #00adf1;
}
.timeline article:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 90px;
    background: url("images/timeline-dot.jpg");
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -45px;
}
.pricing-table ul {
    list-style:none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    color: #9aa7af;
    text-transform: uppercase;
}
.button.solid-button,
.pricing-table .table-content,
button.vc_btn {
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.pricing-table.recomended .table-content,
.pricing-table .table-content:hover {
    color: #ffffff;
}
.pricing-table.recomended ul li {
    color: #ffffff;
}
.pricing-table .table-content:hover{
    background: #fff !important;
}
.pricing-table.recomended .button.solid-button,
.pricing-table .table-content:hover .button.solid-button{
    background: #ffffff;
}
.pricing-table .button.solid-button {
    width: -webkit-fill-available;
    font-weight: 500;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 15px 20px !important;
    margin: 15px auto 0px;
}
.pricing-table small,
.pricing-table .price {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #417DEA;
}
.pricing-table span.basis {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #999999;
}
.pricing-table ul li {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
    text-transform: none;
    text-align: left;
    color: #011A47;
}
.pricing-table p.package_desc {
    margin-top: 10px;
}
.pricing-table ul li::before {
    content: "\f058";
    color: #9CC7B7;
    padding-right: 12px;
    font-family: 'FontAwesome';
    background: transparent !important;
}
.pricing-table .table-content h2 {
    font-size: 22px;
    line-height: 26px;
}
.pricing-table .table-content {
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #FFFFFF;
    border: none;
}
.pricing-table .triangle-container {
    height: 65px;
}
.table-content {
    padding-top: 15px !important;
    padding: 35px;
    border: 1px solid #dadbdb;
}
.pricing-table .block-triangle .triangle-content {
    -ms-transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
}

/* Footer */
footer {
    background: #2c3e50;
}
.prefooter{
    padding: 0;
}
.prefooter .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
/* Footer Menu */

footer nav.menu {
    background: transparent;
    margin: 0;
}
nav ul li {
    display: inline-block;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu .menu-item a {
    color: #606060;
    display: block;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 30px;
    width: fit-content;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-transform: none;
    transition: all 300ms ease;
}
footer .menu .menu-item a:hover {
    color: #242424;
}
footer .contact-details p {
    color: #242424;
    font-weight: lighter;
}
footer .menu .menu-item a:after {
    content: '/';
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px;
    color: rgba(255, 255, 255, 0.8);
}
footer nav ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
}

p.copyright {
    margin: 0;
    color: #cccccc !important;
    font-weight: normal;
}
footer .theme-author {
    text-transform: uppercase;
    font-weight: 700;
}
body.single-post {
    border: 0 none;
}
.single .markup-image-alignment .article-content p:last-of-type .alignright {
    margin-top: 0;
}
.single .markup-image-alignment .article-content p:last-of-type {
    clear: both;
}
/* Section: Contact */
.button[type="submit"] {
    border-bottom: 4px solid;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 10px;
}


/* Ketchup validator */
.ketchup-error {
    display: none !important;
}

/* Video Background */

.video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

/* 6. Boostrap styling */

.btn-default:after {
    background: #2c3e50;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: -1;
}
.btn-default:hover:after {
    width: 100%;
}

.alert-success {
    background-color: #2ecc71;
    border-color: #27ae60;
    color: #FFFFFF;
}
.alert-info {
    background-color: #3498db;
    border-color: #2980b9;
    color: #FFFFFF;
}
.alert-warning {
    background-color: #f39c12;
    border-color: #e67e22;
    color: #FFFFFF;
}
.alert-danger {
    background-color: #f02222;
    border-color: #c0392b;
    color: #FFFFFF;
}
.progress-bar {
    background-color: #2c3e50;
}
.progress-bar-success {
    background-color: #2ecc71;
}
.progress-bar-info {
    background-color: #3498db;
}
.progress-bar-warning {
    background-color: #f39c12;
}
.progress-bar-danger {
    background-color: #f02222;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
    background-color: #2c3e50;
    border-color: #ecf0f1;
}
.list-group-item {
    border-color: #ecf0f1;
}
.panel-primary,
.panel-primary > .panel-heading {
    border-color: #2c3e50;
}
.panel-primary > .panel-heading {
    background-color: #2c3e50;
}
.panel-success > .panel-heading {
    background-color: #2ecc71;
    color: #FFF;
    border-color: #27ae60;
}
.panel-success {
    border-color: #27ae60;
}
.panel-info > .panel-heading {
    color: #FFF;
    background-color: #3498db;  
    border-color: #2980b9;
}
.panel-info {
    border-color: #2980b9;
}
.panel-warning > .panel-heading {
    background-color: #f39c12;
    color: #FFF;
    border-color: #e67e22;  
}
.panel-warning {
    border-color: #e67e22;
}
.panel-danger > .panel-heading {
    background-color: #f02222;
    border-color: #c0392b;
    color: #FFFFFF;
}
.panel-danger {
    border-color: #c0392b;
}
.thumbnail {
    background: transparent;
    padding: 0;
    border: 0 none;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vc_container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .vc_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .vc_container {
    width: 1170px;
  }
}

/* WordPress Default Classes */
.aligncenter {
    text-align: center;
}
.text-center {
    text-align: center;
}
.clearfix {
    clear: both;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(36, 36, 36, .3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Remove margin bottom from rows in section with high padding */

.vc_container .vc_row:nth-last-of-type(2) {
    margin-bottom: 0;
}
/* Top bar on One Page */

header#one-page-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.mt-top-bar > div {
    padding: 20px 0;
}
.mt-top-bar .logo {
    margin: 0;
}
.navbar-header .logo {
    margin: 15px 0px;
}
.logo-image {
    line-height: 0;
}
.logo.logo-h {
    height: 36px;
    line-height: 36px;
}
.list-view .post-thumbnail {
    margin-left: 0;
    padding-left: 0;
}
.list-view .post-details {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.grid-view.col-md-12.list-view .col-md-8.post-details{
    border: 0;
}
.grid-two-columns:nth-child(2n+1) {
    clear: left;
}
.grid-three-columns:nth-child(3n+1) {
    clear: left;
}
.grid-four-columns:nth-child(4n+1) {
    clear: left;
}
.full-width-part {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
}


/*WooCommerce*/
.single .product_meta {
    margin-top: 25px;
}
.product-type-auction .price {
    display: inline !important;
}
.woocommerce .star-rating span::before{
    font-family: "star";
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.yith-wcwl-wishlistexistsbrowse.show a {
    line-height: 10px;
}
.yith-wcwl-wishlistaddedbrowse.show a,
.overlay-components .component a,
.overlay-components .component a,
.vc_col-md-3 .overlay-components .component a {
    color: #BDBDBD;
    width: 30px;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show:before{
    display: none;
}
.bottom-components .component a,
.bottom-components .component a,
.vc_col-md-3 .bottom-components .component a {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #484848;
    background: #fff !important;
    width: 33px;
    height: 33px;
    padding: 10px !important; 
}
.overlay-components .component.add-to-cart a, .bottom-components .component.add-to-cart a {
    background: #2695FF !important;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}
.vc_col-md-4 .overlay-components .component a:hover,
.no-sidebar .vc_col-md-3 .overlay-components .component a:hover {
    background: #2695FF !important;
    color: #fff;
}
.bottom-components .component a:hover,
.bottom-components .component a:hover,
.bottom-components .component a:hover,
.woocommerce-page .vc_col-md-3 .overlay-components .component a:hover {
    background: #2695FF !important;
    color: #fff;
}
.vc_col-md-4 .hover-components .component:before,
.no-sidebar .vc_col-md-3 .hover-components .component:before {
    font-size: 14px;
    width: 30px;
}
.component.quick-view i.fa,
.component.add-to-cart i.fa {
    font-size: 15px;
}
.component .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}
.component.wishlist .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}
.hover-components .component div {
    margin-top: 0;
}

.hover-components .component a:hover {
    background: none;
}
.overlay-components {
    position: absolute;
    display: grid;
    margin-right: 15px;
    margin-top: -5px;
    right: 0;
    z-index: 234;
    opacity: 0;
}
.products-wrapper:hover .overlay-components {
    opacity: 1;
}
.bottom-components {
    position: absolute;
    display: flex;
    visibility: hidden;
    opacity: 0;
}
.woocommerce_categories2 .bottom-components {
    visibility: visible;
    opacity: 1;
}
.woocommerce_categories2 .overlay-components {
    display: none;
}
.hover-components .component {
    margin-top: 5px;
    min-width: 110px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.hover-components .component,
.bottom-components .component{
    min-width: 38px;
}
.bottom-components .component {
    margin-right: 10px;
    z-index: 1000;
}
.hover-components .component::before {
    color: #ffffff;
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: center;
    line-height: 16px;
    top: calc(50% - 8px);
    width: 25px;
}
.hover-components .component.quick-view:before{
    content: "\f002";
}
.hover-components .component.add-to-cart:before{
    content: "\f07a";
}
.hover-components .component.compare:before{
    content: "\f0ec";
}
.hover-components .component.wishlist:before{
    content: "\f06b";
}
.products li.product:hover .hover-container .thumbnail-overlay {
    opacity: 1;
}
.thumbnail-and-details {
    border-bottom: 0;
    overflow: hidden;
    padding-bottom: 15px;
}
.woocommerce_categories2 .thumbnail-and-details {
    border-bottom: 0;
    overflow: hidden;
    width: 35%;
    float: left;
}
.woocommerce_categories2 .woocommerce-title-metas {
    margin-top: 12px;
    width: 60%;
    float: right;
}
.woocommerce_categories2 ul.products li.product .price {
    color: transparent;
    text-align: left;
}
.woocommerce_categories2 .details-container {
    border-bottom: none;
    padding: 0;
}
.woocommerce_categories2 .info-details {
    width: 50%;
    float: left;
    margin: 10px 0px;
}
.woocommerce_categories2  li.product .onsale {
    display: none !important;
}
.woocommerce_categories2 ul.products li.product .archive-product-title {
    border: none !important;
    padding: 8px 0px !important;
    padding-right: 20px;
    text-align: left !important;
}
.woocommerce_categories2 .details-container > div.details-item .amount, .woocommerce_categories2 .details-container > div.details-item ins {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
}
.woocommerce_categories2 ul.products li.product .price del {
    display: none !important;
}
body .woocommerce_categories2 .category.item{
    margin: 0px;
}
.woocommerce_categories2 .category.item,
.woocommerce_expired2 .category.item,
.woocommerce_simple_styled .category.item{
    margin: 13px 0px;
    padding-left: 0px;
}
.woocommerce_expired2 .category.item{
    margin:0px !important;
}
.woocommerce_categories2 .category.item.float-right,
.woocommerce_expired2 .category.item.float-right,
.woocommerce_simple_styled .category.item.float-right {
    float: right;
    padding-right: 0px;
    padding-left: 30px;
}
.woocommerce_categories2_top .category.item,
.woocommerce_simple_styled  .category.item{
    margin: 15px 0px;
    margin-top: 0 !important;
    padding-left: 0px;
}
.woocommerce_simple_styled  .category.item{
    padding-right: 30px;
}
.woocommerce_categories2 .cat-count,
.woocommerce_expired2 .cat-count,
.woocommerce_categories2_top,
.woocommerce_simple_styled .cat-count{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 34px;
}
.woocommerce_categories2 .category-wrapper,
.woocommerce_categories2_top .category-wrapper {
    padding: 42% 15px;
    text-align: center;
}
.woocommerce_simple_styled .category-wrapper {
    padding: 49% 15px;
    border-radius: 20px 0px;
    text-align: center;
}
.woocommerce_categories2_top .products-wrapper {
    box-shadow: none !important;
    border: 1px solid #DDDDDD;
}
.woocommerce_categories2_top .overlay-components .component.add-to-cart a,
.woocommerce_categories2_top .overlay-components .component a, 
.woocommerce_categories2_top .overlay-components .component a {
    border-radius: 0px !important;
}
.woocommerce_categories2_top .products .component i{
    color: #252525 !important;
}
.woocommerce_categories2_top .products_by_categories .details-container {
    width: 100%;
}
.woocommerce_expired2 .category-wrapper  {
    padding: 38% 15px;
    text-align: center;
}
.category-button.boxed a {
    border-radius: 5px;
    border: none;
    color: #fff !important;
    font-weight: bold;
}
.category-button.boxed a:hover {
    background: #fff;
    color: #252525 !important;
}
.woocommerce_categories2 a.button {
    color: #343E47;
}
.woocommerce_categories2 .button-winona:hover {
    border-color: #fff;
    background-color: transparent;
}
.woocommerce_expiring .columns-3 ul.products li.product {
    width: 50% !important;
}
.woocommerce_expiring .thumbnail-and-details {
    width: 50%;
    float: left;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.woocommerce_expiring  .products-wrapper {
    background: none !important;
    box-shadow: none !important;
    overflow: visible !important;
}
.woocommerce_expiring .woocommerce-title-metas {
    margin:5px 12px;
    width: 43%;
    float: right;
}
.woocommerce_expiring ul.products li.product .archive-product-title {
    border-top: none !important;
    padding: 0px 0px 20px!important;
    text-align: left !important;
}
.woocommerce_expiring .details-container .details-price-container{
    text-align: left;
}
.woocommerce_expiring .products_by_categories .details-container,
.woocommerce_expiring ul.products li.product .archive-product-title{
    background: none !important;
}
.woocommerce_expiring .products_by_categories .details-container {
    float: unset !important;
    padding: 0px;
}
.woocommerce_expiring .countdown_amount {
    font-size: 20px;
    font-weight: bold;
    color: #EA3546;
}
.woocommerce_expiring .woocommerce-title-metas .product-description {
    display: block;
}
.woocommerce_expired2 .flip-clock-wrapper ul li a div,
.woocommerce_expiring .flip-clock-wrapper ul li a div {
    font-size: 16px !important;
}
.woocommerce_expired2 .countdownv2_holder .countdownv2,
.woocommerce_expiring .countdownv2_holder .countdownv2 {
    display: flex;
    padding: 0 !important;
}
.woocommerce_expired2 .flip-clock-wrapper ul,
.woocommerce_expiring .flip-clock-wrapper ul {
    width: 15px !important;
}
.woocommerce_expired2 .products ul,
.woocommerce_expiring .products ul {
    margin: 0px !important;
}
.woocommerce_expired2 .flip-clock-divider .flip-clock-label,
.woocommerce_expiring .flip-clock-divider .flip-clock-label {
    top: 3.0em !important;
    right: -35px;
    font-size: 14px !important;
    z-index: 100;
}
.woocommerce_expired2 .flip-clock-divider.minutes .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.minutes .flip-clock-label,
.woocommerce_expired2 .flip-clock-divider.seconds .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.seconds .flip-clock-label {
    right: -50px !important;
}
.woocommerce_expired2 .flip-clock-divider.hours .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.hours .flip-clock-label {
    right: -55px !important;
}
.woocommerce_expired2 .flip-clock-divider.days .flip-clock-label,
.woocommerce_expiring .flip-clock-divider.days .flip-clock-label {
    right: -30px !important;
}
.woocommerce_expired2 .flip-clock-divider,
.woocommerce_expiring .flip-clock-divider{
    float: left;
    display: inline-block;
    position: relative;
    width: 25px;
    margin-right: 20px;
    height: 80px;
    border-right: 0.5px solid #D0D0D0;
}
.woocommerce_expired2 .flip-clock-divider:first-child,
.woocommerce_expiring .flip-clock-divider:first-child{
    border: none;
    width: 0px;
    margin: 0px;
}
.woocommerce_expiring .countdownv2_holder {
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 0px 20px !important;
    margin-bottom: 30px;
    display: block;
}
.woocommerce_expired2 .countdownv2_holder{
    display: block;
    width: 80%;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 0px 20px !important;
    position: absolute;
    bottom: 115px;
    right: 30px;
}
.woocommerce_expired2 ul.products.columns-3 li.product {
    width: 30.75% ;
}
.woocommerce_expired2 .products_by_categories .details-container {
    width: 100%;
}
.woocommerce_expired2 .countdown_section {
    border-right: 0.5px solid #D0D0D0;
    padding: 5px 5px;
}
.woocommerce_expired2 .countdown_section:last-child{
    border: none;
}
.woocommerce_expired2 .countdown_show3 .countdown_section {
    width: 33.3%;
    color: #606060;
    font-weight: normal;
}
.woocommerce_expired2 .countdown_row {
    padding: 0px;
}
.woocommerce_expired2 .countdown_amount {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #EA3546;
}

/* Shortcode : Products Carousel */
.modeltheme_products_carousel .modeltheme-slider-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0px;
}
.modeltheme_products_carousel .modeltheme-thumbnail-and-details {
    border-bottom: 0;
    overflow: hidden;
}
.modeltheme_products_carousel .modeltheme-title-metas {
    padding: 17px 20px;
}
.modeltheme_products_carousel h3.modeltheme-archive-product-title {
    text-align: center;
    background: #fff;
    margin-top: 10px;
}
.modeltheme_products_carousel .modeltheme-archive-product-title a {
    align-self: center;
    color: #484848;
    display: block;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.modeltheme_products_carousel .modeltheme-title-metas p:first-of-type {
    margin-bottom: 0px;
}
.modeltheme_products_carousel .modeltheme-title-metas p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}
.modeltheme_products_carousel img {
    max-width: 100%;
    height: auto;
    border: 0;
    background: transparent;
    padding: 0;
}
.modeltheme_products_carousel img {
    display: block;
    width: 100%;
}
.modeltheme_products_carousel .modeltheme-button-bid a {
    position: relative !important;
    color: #fff !important;
    display: block;
    float: left;
    font-size: 14px !important;
    line-height: 1 !important;
    width: auto !important;
    padding: 12px 25px;
    margin-left: calc(67% - 100px) !important;
    background: red;
    border-radius: 30px;
    font-weight: 600;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    margin: 10px 0px 30px;
}
.modeltheme_products_carousel.owl-carousel .owl-wrapper-outer {
    padding-bottom: 35px;
}
.modeltheme_products_carousel.owl-carousel{
    width: 101% !important;
}
.modeltheme_products_carousel .owl-prev {
    float: left;
    top: 50%;
    left: -30px;
    position: absolute;
}
.modeltheme_products_carousel .owl-next {
    float: right;
    top: 50%;
    right: -30px;
    position: absolute;
}
.modeltheme_products_carousel .modeltheme-button-bid a:hover{
    background-color: #ffffff !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.modeltheme_products_carousel.owl-theme .owl-controls .owl-buttons div {
    font-size: 35px !important;
    background: none !important;
    color: blue;
}
/* End Products Carousel */
.woocommerce form.register{
    margin:0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    padding: 12px 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.category-button a {
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 12px 25px;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    margin: 10px 0px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
/* Shortcode : Search Form */
.mt-product-search .menu-search {
    font-size: 12px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.mt-product-search .menu-search input.search-field{
    padding-right: 0px;
    width: 100%;
    font-style: normal;
    border-left-color: #DDDDDD !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
}
.mt-product-search .slider-state-select.select-categories {
    padding-left: 0px;
}
.mt-product-search .slider-state-search {
    padding-left: 0px;
    padding-right: 0px;
}
.mt-product-search .menu-search .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border: none !important;
    font-style: normal;
}
.mt-product-search .menu-search .form-control:focus{
    box-shadow: none;
}
.mt-product-search  .slider-state-submit.submit {
    padding: 0px;
}
.mt-product-search .menu-search button.form-control:hover{
    background: #252525 !important;
    color: #fff;
}
/* Shortcode : List products */
.woocommerce_categories.list .woocommerce ul.products li.product a img{
    float: left;
    width: 14%;
    margin-right: 30px;
}
.woocommerce_categories.list .categories_shortcode {
    width: 100%;
}
.woocommerce_categories.list .thumbnail-and-details {
    overflow: initial;
}
.woocommerce_categories.list .woocommerce-title-metas .product-description {
    display: block;
    text-align: left;
}
.woocommerce_categories.list .details-container > div.details-item {
    text-align: left;
}
.woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title{
    text-align: left;
}
.woocommerce_categories.list .overlay-components{
    display: none;
}
.woocommerce_categories.list .woocommerce.columns-1 ul.products li.product {
    margin: 20px 0px !important;
}
.woocommerce_categories.list .products_by_category.active {
    padding: 0px 15px;
}
.woocommerce_categories.list .details-container {
    padding-left: 0px;
    width: 80%;
    display: inline-block;
}
.woocommerce_categories.list .woocommerce a.button{
    padding: 12px 15px !important;
    margin: 0px 5px;
    height: 38px;
    bottom: 25px;
    right: 18px;
}
.woocommerce_categories.list .woocommerce ul.products li.product .archive-product-title {
    padding: 30px 0px 15px;
    border-top: none;
    width: 80%;
    display: inline-block;
}
.woocommerce_categories.list .woocommerce ul.products li.product a img:hover {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
.woocommerce_categories.list .bottom-components-list {
    display: block !important;
    margin-top: -30px;
}

.woocommerce_categories.list .category.item {
    border: 1px solid #fff;
}
.woocommerce_categories.list span.cat-name {
    text-transform: uppercase;
}
.woocommerce_categories.list .woocommerce ul.products li.product .button[data-tooltip]:before {
    display: none;
}
.woocommerce .bottom-components-list {
    visibility: hidden;
    opacity: 0;
}
.woocommerce ul.products .products-wrapper:hover .bottom-components-list {
    visibility: visible;
    opacity: 1;
    display: flex;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce ul.products li.product .bottom-components-list .button{
    font-size: 12px;
    font-weight: 500 !important;
    border-radius: 2px !important;
    border: 2px solid #F29202;
}
.woocommerce ul.products li.product .bottom-components-list .component.compare a.compare.button:hover {
    color: #fff !important;
}
.woocommerce ul.products li.product .bottom-components-list .component.compare a.compare.button {
    border: 2px solid #F29202;
    background: #fff;
    color: #F29202;
}
.woocommerce ul.products li.product .bottom-components-list .component.compare a.compare.button:hover{
    background: #F29202;
}
.woocommerce ul.products li.product .bottom-components-list .component.add-to-cart {
    margin-right: 10px;
}
.woocommerce_categories.list .woocommerce ul.products li.product .button[data-tooltip]:after {
    display: none;
    }
.woocommerce_categories.list .woocommerce-title-metas{
    overflow: hidden;
}
.bottom-components-list {
    position: inherit;
    display: flex;
}
/* Product with Banners */
.woocommerce_categories.banners .categories_shortcode {
    width: auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0px;
    margin-right: -10px;
    display: flex;
}
.woocommerce_categories.banners .categories_shortcode .category {
    width: initial;
    margin-right: 15px;
    float: right;
}
.woocommerce_categories.banners .owl-carousel .owl-wrapper{
    width: 100% !important;
}
.woocommerce_categories.banners h2 {
    font-size: 22px;
    margin-top: 0px;
    padding-left: 0px;
}
.woocommerce_categories.banners .categories_shortcode a {
    font-weight: 400;
    font-size: 13px;
    max-width: initial;
    height: auto;
    padding: 0px;
    color: #373737 !important;
    text-transform: uppercase;
}
.woocommerce_categories.banners .owl-carousel .owl-item {
    width: initial !important;
    float: right;
}
.woocommerce_categories.banners .header_banners {
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 10px !important;
    padding: 0px;
    margin-bottom: 20px;
}
.woocommerce_categories.banners .product-banner p {
    position: absolute;
    bottom: 0;
    padding: 20px;
    padding-bottom: 0px;
    padding-right: 25px;
    font-weight: 500;
    font-size: 19px;
    line-height: normal;
    color: #222222;
}
.woocommerce_categories.banners .modeltheme-title-metas del,
.woocommerce_categories.banners .modeltheme-title-metas ins {
    text-decoration: initial;
}
.woocommerce_categories.banners del span.amount {
    color: #C3C3C3;
}
.woocommerce_categories.banners .modeltheme-product {
    padding: 0px;
}
.woocommerce_categories.banners .prods_4.modeltheme-product {
    width: 25%;
    float: left;
}
.woocommerce_categories.banners .prods_5.modeltheme-product {
    width: 16.6%;
    float: left;
}
.modeltheme-product-wrapper .modeltheme-archive-product-title a {
    font-size: 15px;
    line-height: 19px;
    color: #222222;
    font-weight: 400;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.modeltheme-product-wrapper .modeltheme-archive-product-title a:hover{
    color: #F29202 !important;
}
.modeltheme-product-wrapper .modeltheme-archive-product-title h3{
    line-height: 19px;
}
.modeltheme-product-wrapper span.amount {
    font-size: 16px;
    font-weight: 500;
}
.modeltheme-product-wrapper {
    padding: 20px;
    padding-top: 0;
}
.modeltheme-product-wrapper span.posted_in {
    color: #A8A8A8;
}
.modeltheme-product-wrapper:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
}
.modeltheme-product-wrapper .modeltheme-archive-product-title {
    margin: 0px;
    padding: 5px 0px;
    line-height: 19px;
}
.modeltheme-product-wrapper a.button.product_type_simple.add_to_cart_button{
    margin-right: 5px;
    background: #F29202 !important;
}
.modeltheme-product-wrapper a.button.product_type_simple.add_to_cart_button:hover {
    background: #fff !important;
    color: #F29202;
    border: 2px solid #F29202;
}
.modeltheme-product-wrapper a.compare.button{
    color: #F29202 !important;
}
.modeltheme-product-wrapper a.compare.button:hover {
    color: #fff !important;
    background: #F29202 !important;
}
.modeltheme-product-wrapper a.button.added {
    color: transparent !important;
    background: #fff;
}
.modeltheme-product-wrapper a.added_to_cart.wc-forward {
    padding: 9px 16px;
    margin-right: 5px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    border: 2px solid blue;
    opacity: 0;
}
.modeltheme-product-wrapper:hover a.added_to_cart.wc-forward {
    opacity: 1;
}
.modeltheme-product-wrapper a.compare.button {
    background: #fff !important;
}
.modeltheme-product-wrapper a.button {
    color: #FFF;
    font-weight: 500;
    border: 2px solid #F29202;
    font-size: 11px;
    border-radius: 2px !important;
    text-transform: uppercase;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    padding: 8px 12px;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
}
.modeltheme-product-wrapper:hover a.button {
    opacity: 1;
    visibility: visible;
}
.modeltheme-product-wrapper span.posted_in a {
    color: #A8A8A8;
    text-transform: uppercase;
    font-size: 13px;
}
/* Domain List */
.domain.woocommerce_categories .woocommerce-title-metas {
    display: inline-flex;
    padding: 0px 10px 10px;
}
.domain.woocommerce_categories .domain-bid {
    display: inline-flex;
    float: right;
}
.domain.woocommerce_categories .archive-product-title a {
    font-size: 16px;
    font-weight: bold;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.domain.woocommerce_categories .post {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.domain .col-md-6.domain-list-shortcode {
    padding-bottom: 30px;
}
.domain.woocommerce_categories .domains_category{
    margin: 0 -15px;
}
.domain.woocommerce_categories .domain-bid p {
    font-size: 14px;
    padding-top: 23px;
    margin-right: 30px;
}
.domain.woocommerce_categories .button-bid a {
    background: #18AE91;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.domain.woocommerce_categories .button-bid a:hover {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #252525;
}
.domain.woocommerce_categories .button-bid{
    margin-top: 25px;
}
.domain-but button {
    background-color: #18AE91 !important;
    padding: 10px 25px !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 20px !important;
}
.domain-but button:hover {
    opacity: .9;
}
/* Domain Grid */
.woocommerce_simple_domain .col-md-12.post {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce_simple_domain .products_category {
    margin: 0 -15px;
}
.woocommerce_simple_domain .woocommerce-title-metas {
    background: linear-gradient(132.14deg, #1DD3B0 0.87%, #00A6CD 100%);
    padding: 6px;
}
.woocommerce_simple_domain h3.archive-product-title a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.woocommerce_simple_domain h3.archive-product-title{
    text-align: center !important;
    padding: 10px;
    margin-bottom: 15px;
}
.woocommerce_simple_domain .domain-bid {
    padding: 25px;
    padding-bottom: 40px;
}
.woocommerce_simple_domain .domain-bid p {
    text-align: center;
}
.woocommerce_simple_domain .domain-bid p.start-bid {
    margin-bottom: 0px;
}
.woocommerce_simple_domain .button-bid a {
    background: #18AE91;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    font-weight: bold;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.woocommerce_simple_domain .button-bid a:hover {
    background: #FFFFFF !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    color: #252525;
}
.woocommerce_simple_domain .button-bid{
    margin-top: 25px;
}
/* Products Grid */
.woocommerce_categories.grid .woocommerce ul.products li.product a img {
    width: 60%;
    height: 83px;
}
.woocommerce_categories.grid .overlay-components{
    display: none;
}
.woocommerce_categories.grid .woocommerce-title-metas {
    overflow: hidden;
    display: flex;
}
.woocommerce_categories.grid .thumbnail-and-details {
    overflow: initial;
    position: absolute;
}
.woocommerce_categories.grid .woocommerce ul.products li.product .archive-product-title {
    padding: 30px 0px;
    border-top: none;
    width: 80%;
    display: inline-block;
}
.woocommerce_categories.grid .details-container {
    width: 18%;
    display: inline-block;
    padding: 30px 0px;
}
.woocommerce_categories.grid td.featured-image {
    padding: 0px !important;
    width: 13%;
}
.woocommerce_categories.grid td.product-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.woocommerce_categories.grid td,
.woocommerce_categories.grid th{
    text-align: center;
}
.woocommerce_categories.grid th{
    color: #fff;
}
.woocommerce_categories.grid span.amount{
    font-weight: 400;
}
.woocommerce_categories.grid .flip-clock-wrapper ul li a div {
    font-size: 14px !important;
}

.woocommerce_categories.grid span.current.auction {
    display: none;
}
.woocommerce_categories.grid .woocommerce ul.products .products-wrapper {
    background: #FFFFFF;
    box-shadow: none;
    overflow: hidden;
    border: 0.5px solid #392061;
}
.woocommerce_categories.grid .woocommerce ul.products {
    margin: 0px;
}
.woocommerce_categories.grid .woocommerce ul.products li.product .archive-product-title a {
    font-size: 14px;
}
.woocommerce_categories.grid td.add-cart a{
    font-size: 14px;
    font-weight: bold;
}

/* Products Slider */

.mt_products_slider .thumbnail-and-details {
    border-bottom: 0;
    overflow: hidden;
    width: 55%;
    float: left;
}
.mt_products_slider .full .thumbnail-and-details {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} 
.mt_products_slider .full .woocommerce-title-metas {
    width: 100%;
    height: auto !important;
    padding: 0px 20px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.mt_products_slider .full .woocommerce-title-metas h3 a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.mt_products_slider .full .woocommerce-title-metas p {
    text-align: left;
    font-size: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.mt_products_slider .full .woocommerce-title-metas span.amount {
    float: right;
    font-size: 15px;
    font-weight: 500;
}
.mt_products_slider .woocommerce-title-metas {
    padding:40px;
    width: 45%;
    float: right;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.mt_products_slider .button-bid a {
    color: #fff !important;
    display: block;
    float: left;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 12px 25px;
    margin-left: 25%;
    margin-top: 25px;
    background: red;
    border-radius: 30px;
    font-weight: 600;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.mt_products_slider .button-bid a:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.mt_products_slider .woocommerce-title-metas h3 a {
    font-weight: 500;
    font-size: 19px;
    color: #484848;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
.mt_products_slider.owl-carousel .owl-wrapper-outer {
    padding-bottom: 25px;
}
.mt_products_slider .woocommerce-title-metas p {
    font-size: 14px;
    margin-bottom: 0px;
}
span.end_date_prod {
    font-size: 14px;
    font-weight: 600;
    color: #242424;
}
a.cause_prod {
    font-size: 14px;
    font-weight: 600;
}
.mt_products_slider .woocommerce-title-metas .archive-product-title {
    margin-bottom: 25px;
}

.category-button a:hover {
    background: #FFF;
    border-color: #FFF;
    color: #2695FF !important;
}
.woocommerce_categories2 .columns-3 ul.products li.product {
       width: 33.3%;
}
.woocommerce_categories2 .columns-2 ul.products li.product {
       width: 50%;
}
.woocommerce_categories2 .products_by_categories,
.woocommerce_categories2_top .products_by_categories{
    margin-bottom: 30px;
    padding-right: 0;
}
.woocommerce_categories2_top ul.products.columns-3 li.product {
    width: 33.3%;
}
.products_by_categories .details-container {
    text-align: left;
    float: left;
    overflow: visible;
}
.woocommerce_simple_boxed .products_by_categories .details-container{
    width: 100%;
}
.woocommerce_simple_boxed .modeltheme_products_shadow ul.products .products-wrapper {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    border-radius: 8px;
}
.woocommerce_simple_boxed ul.products .products-wrapper {
    box-shadow: none !important;
    border: 1px solid #DDDDDD;
}
.woocommerce_simple_boxed .overlay-components .component a, 
.woocommerce_simple_boxed .overlay-components .component{
    border-radius: 0px !important;
}
.woocommerce_simple_boxed .products .component i{
    color: #252525;
}
.woocommerce_categories2 .cat-name,
.woocommerce_expired2 .cat-name,
.woocommerce_categories2_top .cat-name,
.woocommerce_simple_styled .cat-name {
    font-weight: 800;
    font-size: 27px;
    line-height: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.details-container > div.details-item {
    width: 100%;
    float: left;
    text-align: left;
}
.details-container > div.details-item .amount, 
.details-container > div.details-item ins {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
}
.details-container .details-price-container {
    color: #606060;
    font-weight: 300;
}
.details-container {
    overflow: hidden;
}
.details-container > div.details-item .price {
    margin-bottom: 0 !important;
}
.details-container .price ins,
.details-container .price del {
    display: inline-block !important;
}
.woocommerce .products .details-review-container .star-rating {
    margin: 8px 0px;
    height: 14px;
}
.woocommerce .star-rating span::before {
    color: #FBBF37 !important;
}
.woocommerce ul.products li.product .archive-product-title {
    padding: 5px 0px;
}
.woocommerce ul.products li.product span.posted_in a {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #A8A8A8;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 0px;
        transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.woocommerce ul.products li.product .archive-product-title a {
    align-self: center;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

.woocommerce ul.products li.product .archive-product-title a ,
.modeltheme-product-wrapper .modeltheme-archive-product-title a{
    line-height: 140%;
}
.woocommerce ul.products li.product .archive-product-title a:hover {
    color: #F29202;
}

nav.woocommerce-pagination {
    background: transparent;
}
.vc_row-fluid.no-margin-bottom {
    margin-bottom: 0;
}

.wpb_wrapper h2.heading-bottom:first-child {
    margin-top: 0;
}

.woocommerce .products ul, 
.woocommerce ul.products {
    margin: 15px -15px;
}
section.related.products ul.products.columns-4 {
    margin: 0;
}
.woocommerce ul.products li.product.vc_col-md-3, 
.woocommerce-page ul.products li.product.vc_col-md-3,
.woocommerce ul.products li.product.vc_col-md-4, 
.woocommerce-page ul.products li.product.vc_col-md-4,
.woocommerce ul.products li.product.vc_col-md-6, 
.woocommerce-page ul.products li.product.vc_col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0 !important;
}   
.yith-wcwl-wishlistaddedbrowse .feedback {
    color: #242424 !important;
    display: block;
    font-size: 8px;
    font-weight: bold;
    width: 100% !important;
    padding: 12.5px 0 !important;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl {
    border-left: 0 none;
    clear: right;
    float: left;
    padding-left: 0;
    display: none;
}
.header_mini_cart .quantity {
    width: 100%;
    font-size: 12px;
    border: none;
    color: #606060;
    margin-top: 4px;
    display: block;
}
.woocommerce ul.products li.product.vc_col-md-3, 
.woocommerce-page ul.products li.product.vc_col-md-3 {
    width: 25%;
}

.woocommerce ul.products li.product.vc_col-md-4, 
.woocommerce-page ul.products li.product.vc_col-md-4 {
    width: 33.33333333%;
}

.woocommerce ul.products li.product.vc_col-md-6, 
.woocommerce-page ul.products li.product.vc_col-md-6 {
    width: 50%;
}
li.product .product-badge {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
}
.woocommerce a.added_to_cart {
    margin-top: 12px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid;
    padding: 3px 25px;
}
.woocommerce .related.products a.added_to_cart {
    padding: 6px 25px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    opacity: 0;
    display: none;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
    display: none;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd p {
    font-weight: 300;
    font-size: 14px;
    color: #606060;
}
.woocommerce-MyAccount-content address {
    font-weight: 300;
    color: #606060;
}
/* 7. Product Page */
h1.product_title {
    font-size: 18px;
    font-weight: normal;
}
.single-product.woocommerce div.product p.price del,
.single-product .price ins {
    display: inline-block;
}

.single-product .price ins {
    text-decoration: none;
}
span.amount {
    font-size: 14px;    
    font-weight: 500;
    color: #242424;
}
.product-price span.woocommerce-Price-amount.amount:after {
    content: "/ piece";
    color: #606060;
    font-weight: 400;
    margin-left: 5px;
}
.product-subtotal span.woocommerce-Price-amount.amount:after {
    content: "in total";
    color: #606060;
    font-weight: 400;
    margin-left: 5px;
}
del span.amount {
    font-size: 18px;
    color: #8b8b8a;
}
.product-description p {
    font-size: 14px;
}
.product_meta {
    clear: both;
}
.product_meta > span {
    display: block;
    color: #AAAAAA;
    margin: 10px 0;
}
.product_meta > span a {
    color: #484848 !important;
    font-weight: 400;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.product_meta > span a:hover {
    color: #F29202 !important;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
    width: 100%;
}
.wishlist-container {
    display: inline-block;
}
.woocommerce div.product .wishlist-container {
    display: block;
}
.woocommerce.single-product div.product form.cart .wishlist-container .button{
    width: 40px;
}
.woocommerce.single-product div.product form.cart .button {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 25px !important;
    border-radius: 30px;
    height: 42px;
    line-height: 39px;
    margin-right: 10px;
    outline: none;
}
.woocommerce.single-product div.product form.cart .button:hover{
    background: #fff !important;
    color: #F29202;
}
.woocommerce.single-product .screen-reader-text {
    display: none;
    height: auto;
    width: auto;
    position: static !important;
    vertical-align: middle;
    color: #242424;
    margin-right: 10px;
    font-weight: bold
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse {
    padding: .4em 1em;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse a {
    color: #FFF;
    font-weight: 400;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse span {
    color: rgba(255,255,255,1) !important;
    padding: 5.5px 0 !important;
    font-size: 12px;
    font-weight: bold;
}
.woocommerce.single-product .compare.button,
.woocommerce.single-product .wishlist-container a.button,
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse {
    padding-left:30px;
    position:relative;
}
.woocommerce.single-product .wishlist-container a.button {
    padding: 0 15px !important;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.related.products .compare.button:before,
.woocommerce.single-product .compare.button:before {
    content: "\f0ec";
    width: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    display: contents;
    font-family: "FontAwesome";
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    clear: none;
}
.woocommerce.columns-5 ul.products li.product {
    width: 20%;
    padding: 0;
}
.woocommerce ul.products .products-wrapper {
    margin-bottom: 20px;
    padding: 20px;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce ul.products.list li.product .products-wrapper {
    padding:0px;
}
.woocommerce ul.products.list .products-wrapper:hover{
    box-shadow: none;
}
.woocommerce ul.products .products-wrapper:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
}
.woocommerce ul.products li.product .price del span.amount {
    color: #868686;
}
.woocommerce ul.products li.product .price del {
    text-decoration: none;
}
.woocommerce ul.products .products-wrapper .auction-bage{
    display: none;
}
.woocommerce_categories2 ul.products .products-wrapper {
    padding: 10px;
    margin-bottom: 30px;
}
.woocommerce.single-product .wishlist-container a.button:before {
    content: "\f06b";
    display: inline-block;
    font-size: 100%;
    font-family: "FontAwesome";
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse:before {
    content: "\f0ec";
    width: 20px;
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 100%;
    font-family: "FontAwesome";
    color: #FFF;
}
.woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse.show:before {
    top: 9px;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 none;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: "";
    display: none;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    background: #e9edef;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0 none;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.shipping-calculator,
.cart-totals-container {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals p.form-row {
    margin-bottom: 15px;
}
.woocommerce-shipping-calculator p.form-row:nth-child(2),
.woocommerce-shipping-calculator p.form-row:nth-child(3) {
    width: 49.3%;
    display: inline-block;
    margin-bottom: 0px !important;
}
.woocommerce-shipping-calculator .select2-container {
    height: 43px;
}
.woocommerce-shipping-calculator p.form-row:nth-child(2) {
    margin-right: 1%;
}
p.form-row-button {
    width: 100%;
    text-align: right;
}
#order_review table .order-total th,
#order_review table .cart-subtotal th,
#order_review table .shipping th{
    font-size: 16px;
    text-align: right;
}
#order_review table .order-total td span.amount,
.woocommerce-cart .cart_totals table .order-total td span.amount{
    font-weight: 400;
    font-size: 16px;
    color: #454545;
}
#order_review table .cart_item .product-name{
    font-weight: 400;
    font-size: 16px;
}
#order_review table .cart_item .product-total span.amount,
#order_review table .cart-subtotal td span.amount,
.woocommerce-cart .cart_totals table .cart-subtotal td span.amount{
    color: #999;
    font-weight: 400;
    font-size: 16px;
}
#order_review table .cart-subtotal td span.amount,
#order_review table .order-total td span.amount,
.woocommerce ul#shipping_method li label,
.woocommerce ul#shipping_method .amount {
    font-size: 16px !important;
    font-weight: bold;
    color: #272727;
}
.woocommerce .woocommerce-cart-form table.shop_table td{
    border: 0 none !important;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    padding-bottom: 12px !important;
}
.woocommerce-cart .cart_totals table th, 
.woocommerce-cart .cart_totals table td {
    padding: 20px 20px !important;
    border: 1px solid #ebe9e8;
    font-size: 16px;
}
.woocommerce-cart .cart_totals h2 {
    padding-bottom: 15px;
}
#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    border-left: 1px solid #ebe9eb;
    border-right: 1px solid #ebe9eb;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, 
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 1px solid #ebe9eb;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-right: 0px;
    border-top: 0px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    width: 140px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    font-size: 14px;
}
.cart-totals-container span.amount {
    font-size: 14px;
    font-weight: bold;
}
.cart-totals-container label {
    text-indent: 0;
}
.wc-proceed-to-checkout {
    text-align: right;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.wc-proceed-to-checkout a {
    display: inline-block !important;
    margin-bottom: 0 !important;
}
.woocommerce-cart table.cart img {
    width: 100px;
}
.woocommerce-cart table.cart .product-thumbnail {
    text-align: center;
}
.woocommerce-cart table.cart td.product-name {
    font-size: 16px; 
    font-weight: 500;
    width: 50%;
}
.woocommerce-cart table.cart td.product-name a{
    color: #242424 !important;
}
.woocommerce-cart table.cart td.product-name a:hover {
    color: #F29202 !important;
}
.woocommerce a.remove {
    width: 0px !important;
    font-weight: 100;
    font-size: 3.3em;
    color: #656565 !important;
    margin-left: 10px;
}
.woocommerce table.shop_table td.actions {
    padding: 10px 0px!important;
}
.woocommerce-cart .entry-content h2 {
    margin-bottom: 0;
}
.heading-holder h2,
.heading-holder{
    font-size: 18px;
    color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
    display: block;
}
.heading-holder i {
    float: right;
    padding: 5px;
    color: #e1e1e1;
    border: 1px solid #e1e1e1;
    margin-top: 10px;
    cursor: pointer;
}
.heading-holder h2 {
    float: left;
}
.form-holder-addon {
    width: 48%;
    float:left;
}
.woocommerce form.checkout_coupon_form {
    border-radius: 0;
}
.woocommerce form.checkout_coupon_form .form-row {
    width: 100%;
}
.woocommerce form.checkout_coupon_form .form-row-last {
    text-align: right;
    padding: 0;
    margin: 0;
}
.woocommerce form.checkout_coupon_form, 
.woocommerce form.login {
    margin: 10px 0;
}
.form-holder-addon:nth-of-type(2) {
    margin-left: 4%;
}
.woocommerce form.checkout_coupon_form {
    border: 1px solid #e1e1e1;
    padding: 20px;
}
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
}
.checkout-form-holder .login .form-row:nth-of-type(4) {
    width: 50%;
    float: right;
    text-align: right;
}
.checkout-form-holder .login .form-row:nth-of-type(4) label {
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
}
.checkout-form-holder .login .form-row:nth-of-type(4) .button {
    float: right;
}
.checkout-form-holder .login .lost_password {
    line-height: 30px;
    margin-left: 5px;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
h3#order_review_heading {
    font-size: 18px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    margin-left: 22px;
}
.change-shipping-address {
    float: right;
    margin-top: 15px;
}
.change-shipping-address label,
.change-shipping-address input {
    display: inline-block;
    font-size: 12px;
    color: #9aa7af;
    margin: 0;
}
.select2-container .select2-choice {
    border-radius: 0;
    border-color: #e1e1e1;
    padding: 5px 10px;
}
.woocommerce ul#shipping_method li {
    text-indent: 0;
    padding-left: 0;
}
.woocommerce-checkout #payment {
    background: #FFF;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout #payment div.payment_box {
    background: #e1e1e1;
    width: 100%;
    margin-bottom: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 20px;
    margin-top: 10px !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 none;
    padding: 20px 0 0;
}
.woocommerce-checkout #payment div.form-row {
    padding: 0 20px 10px;
}
.wpb_tabs .wpb_tabs_nav {
    background: #f5f6f7;
    position: relative;
    border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
    position: absolute;
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
    border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: #FFF;
}
.wpb_tabs{
    border-top: 0 none;
    border-bottom: 1px solid #dfe5e9;
    border-left: 1px solid #dfe5e9;
    border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
    background: #FFF;
    position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
    background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
    border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    position: relative;
    border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #FFF;
    opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
    background: #f5f6f7;
    position: relative;
    border-right: 1px solid #dfe5e9;
}
.wpb_tour {
    border-right: 1px solid #dfe5e9;
    border-top: 1px solid #dfe5e9;
    border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    padding-top: 10px;
    padding-left: 10px;
}
.wpb_tour_next_prev_nav {
    padding-right: 10px;
    padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    left: 0;
    top: 0;
    background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
    border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
    border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
    border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
    border-color: #dfe5e9;
    position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: #FFF;
    opacity: 1;
}
.widget-title{
    margin-bottom: 15px;
}
.no-margin-head .section-title {
    margin-top: 0;
}
.widget-title,
h3#reply-title,
h2.heading-bottom {
    font-size: 17px;
    margin-top: 10px;
    position: relative;
}
.comments-area h2.heading-bottom{
    font-size: 26px;
    line-height: 33px;
}
h3#reply-title.comment-reply-title {
    color: #222222;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
}
h3#reply-title.comment-reply-title small {
    margin-left: 15px;
}
h2.heading-bottom.text-left:after {
    right: auto;
    left: 0;
}
h2.heading-bottom.text-right:after {
    left: auto;
    right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
    margin: 10px 0 2px;
}

.iffiliate_call-to-action h2 {
    font-size: 20px;
    color: #FFF;
}
.iffiliate_call-to-action p {
    font-size: 12px;
    color: rgba( 255,255,255,0.8 );
    font-weight: normal;
    margin: 0;
}
.iffiliate_call-to-action .vc_col-md-4 {
    padding-right: 0;
    text-align: center;
}
.iffiliate_call-to-action .vc_col-md-8 {
    padding-left: 0;
}
.iffiliate_call-to-action {
    padding: 40px 0;
}
.vc_row {
    background-size: cover;
}
.iffiliate_call-to-action .wpb_button {
    margin-top: 20px;
}
.iffiliate_shortcode_blog {
  padding: 8px 0;
}
.iffiliate_shortcode_blog .vc_col-md-4 {
    width: 33.33333333%;
    float: left;
}
.iffiliate_shortcode_blog .post-name {
    margin: 10px 0px;
}
.wpb_content_element {
    margin: 20px 0;
}
.iffiliate_shortcode_blog.boxed .blog-content {
    padding: 20px 25px;
}
.iffiliate_shortcode_blog.boxed .post-button a:hover {
    background: #fff !important;
    color: #252525;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.iffiliate_shortcode_blog.boxed .post-wrapper {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0;
}
.iffiliate_shortcode_blog.boxed .post-button a.more-link {
    background: #fbde06;
    color: #fff;
    font-weight: bold;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.iffiliate_shortcode_blog.boxed .post-button a.more-link:hover {
    color: #252525;
}
.iffiliate_shortcode_blog.boxed .blog-thumbnail {
    padding: 0px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
    background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active { 
    border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
    color: #FFF;
}
.wpb_accordion_section {
    margin-bottom: 10px;
    border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
    color: #FFF;
}
.masonry_banner a {
    display: block;
}
.masonry_banner a:before, 
.masonry_banner a:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.masonry_banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
    margin: 60px;
    position: absolute;
    top: 0;
    width: 80%;
}
.domains .dark-skin .masonry_holder {
    margin: 100px;
    margin-top: 30px;
    text-align: center;
    width: 70%;
}
.domains .dark-skin .read-more{
    margin-top: 15px;
}
.domains .default-skin .masonry_holder {
    top: 19%;
    width: 85%;
    text-align: center;
}
.masonry_banners.banners_column.domains {
    margin: 0 -15px;
}
.domains .default-skin .read-more {
    margin-left: 37%;
}
.masonry_holder .category_name {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
p.category_count {
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.masonry_holder.dark p.category_count,
.masonry_holder.dark h3.category_name {
    color: #222222;
}
.domains .masonry_banner .read-more {
    margin-left: 34%;
    border-radius: 5px;
}
.domains .dark-skin h2.category_prefix {
    font-weight: 900;
    font-size: 40px;
}
.domains h2.category_prefix {
    font-weight: 900;
    font-size: 60px;
    line-height: 73px;
    color: #FFE347;
}
.masonry_banner .read-more {
    border: 1px solid;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    line-height: 1;
    margin-top: 25px;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    position: relative;
    z-index: 12;
}
.masonry_banner .read-more:hover,
.masonry_banner .read-more.boxed:hover {
    background: #FFF;
    border-color: #FFF;
    color: #252525 !important;
}
.button-winona {
    background: none;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.masonry_banner .read-more.boxed {
    border-radius: 0px;
    background: #FBDE06;
    border: none;
    color: #252525;
    font-weight: bold;
}
.u-column2, .u-column1 {
   
}
.u-columns.woocommerce-Addresses {
    margin-top: 20px;
}

.box-shadow-column {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    margin-right: -15px;
}
/*Move the Header*/
.admin-bar .is-sticky nav{
  top: 32px !important;
}

@media screen and (min-width: 783px) {
  .admin-bar .is-sticky nav{
    top: 32px !important;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .is-sticky nav{
    top: 46px !important;
  }
}

/* Winona */
.button-winona:hover span {
    color: #fff !important;
}
.button-winona {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    color: #FFF;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    padding: 12px 15px;
}
.button-winona > span {
    display: block;
}
.button-winona::after,
.button-winona > span {
    -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona:hover {
    background-color: rgba(36, 36, 36, 1);
}
.button-winona.button--inverted:hover {
    border-color: #21333C;
    background-color: #21333C;
}
.button-winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

@media (max-width: 768px) {
    .top-header .vc_col-md-6 {
        text-align: center;
    }   
    .nav > li.search_products {
        display: none;
    }
    .shop_feature > div {
        width: 100%;
        text-align: center;
    }
    .masonry_holder {
        margin: 15px;
    }
    .masonry_holder .category_name {
        font-size: 30px;
    }
    .complex-layout .subscribe > h3,
    .complex-layout .subscribe > input[type="text"],
    .complex-layout .subscribe > button[type="submit"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .sale_banner {
        margin-top: 10px;
    }
}
.wpb_row {
    margin-bottom: 80px;
}
.shop_feature {
    margin-top: 4px;
    padding-bottom: 40px;
}
.title-subtile-holder .section-title {
    margin-top:0; 
}
.title-subtile-holder  .section-title.capitalize {
    text-transform: capitalize;
}
.title-subtile-holder .light {
    color: #fff;
}
.title-subtile-holder {
    margin-bottom: 25px;
}
.title-subtile-holder .svg-border {
    width: 100%;
    height: 23px;
    text-align: center;
    margin: 5px 0 10px;
}
.svg-border.disable_sep{
    display: none;
}
.wpb_column > .wpb_wrapper > .clients-container {
    margin: 20px 0;
}
.title-subtile-holder.v2 .button.title-btn {
    margin-right: 0px;
    padding: 5px 0px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.title-subtile-holder.v2 .section-title {
    text-align: left;
    font-size: 22px;
}
.title-subtile-holder.v2 .section-subtitle{
    font-family: Impact;
    text-align: left;
    width: 66%;
    opacity: 0.1;
    font-size: 60px;
    position: relative;
    top: -65px;
    float: left;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.37);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.37);
    margin-top: 0px;
}
.title-subtile-holder.v2 {
    height: 50px;
    border-bottom: 1px solid #E3E3E3;
}
.title-subtile-holder.v2 .button.title-btn{
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 0px;
    color: #373737;
}
.title-subtile-holder.v2 .button.title-btn:hover {
    color: #000;
}
.title-subtile-holder.v2 .title-content {
    display: inline-block;
    width: 57%;
    padding-right: 10px;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
    margin-bottom: 0;
}
.landing-right .cd-product-intro{
    padding: 0px !important;
}
