/*
Theme Name: Affiliate Marketing Business Pro
Theme URI: https://www.buywptemplates.com/products/dropshipping-store-wordpress-theme/
Author: BuyWpTemplates
Author URI: https://www.buywptemplates.com/
Description:
Version: 0.0.1
License: GNU General Public License
License URI:license.txt
Text Domain: affiliate-marketing-business-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Affiliate Marketing Business Pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
Affiliate Marketing Business Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
:root {
  --color-yellow: #D6363C;
  --color-black: #000000;
}
:root {
  --font-dosis: "Dosis";
  --font-exo2: "Exo 2";
  --font-raleway: "Raleway";
}
*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color: #fff;
  position:relative;
  font-size: 14px;
  color: #6c6c6c;
  font-family: var(--font-raleway);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
}
img{
  width: 100%;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
h1{
  font: 600 32px/50px var(--font-exo2);
}
h2{
  font: 600 32px/45px var(--font-dosis);
}
h3,h4,h5,h6{
  font-family: var(--font-exo2);
}
p{
  font: 400 13px/22px var(--font-raleway);
}
.nav-tabs,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link{
  border: none;
}
ul li{
  text-decoration: none;
  list-style: none;
}
ol, ul{
  padding-left: 0;
}
textarea {
  padding: 5px;
}
.theme_button{
  border-radius: 50px;
  background: var(--color-pink);
  color: #fff;
  font: 400 14px/18px var(--font-raleway);
  letter-spacing: 0px;
  color: var(--color-white);
  border: none;
  transition:  ease 0.25s all;
  transition-duration: 1s;
}
.theme_button:hover{
  border-radius: 6px;
  color: #fff;
  background-color: var(--color-violent-violet);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}
.screen-reader-text{
  display: none;
}
.topbar_translate .switcher .selected a:after{
  background-image: url(assets/images/download-svg.svg) !important;
}
/*-----------Button------------------*/
#slider .first {
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
#slider .first:hover {
    /* box-shadow: 0 0 40px 40px #fbcc04 inset; */
    color: #fff !important;
    border-color: var(--color-yellow) !important;
    transition-duration: 0.3s;
    background: var(--color-yellow) !important;
}
#slider .slider-icon:hover,.slider-deals-button:hover{
  color: #fff;
  background: var(--color-yellow);
  border: 1px solid var(--color-yellow);
}
/* .effect-1:hover {
    text-indent: -9999px;
}
.effect-1:before {
    content: "";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    transform: scale(0, 1);
    transition: all 0.2s linear 0s;
}
.effect-1:hover:before {
    transform: scale(1, 1);
    text-indent: 0;
} */
/*-------------Spinner----------*/
.bwt-travel-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-yellow);
  z-index: 2;
  cursor: pointer;
  z-index: 9999999999999;
}
.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
  top: 45%;
  margin: 0 auto;
  display: block;
}
.loader-star {
  position: absolute;
  top: calc(50% - 12px);
}
.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
@keyframes loader-1-outter {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-1-inner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fec806;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating{
  color: #fbe018;
  margin: 0 auto;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.woocommerce .loader::before{
  display: none;
}
.yith-wcwl-icon.fa.fa-heart-o{
  display: none;
}
.widget_block,.woocommerce .woocommerce-breadcrumb,
.woocommerce-result-count,.woocommerce-ordering{
  display: none;
}
.alert.alert-minimalist img {
  width: 50px;
  position: absolute;
}
.alert.alert-minimalist {
  background-color: rgb(255, 255, 238);
  border-color: #ffc107;
  border-radius: 3px;
  color: rgb(149, 149, 149);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  padding: 10px;
  z-index: 1000000 !important;
  overflow: hidden;
}
.alert.alert-minimalist .prod-title{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  left: 60px;
  position: relative;
}
.alert.alert-minimalist .prod-messg{
  font-size: 13px;
  font-weight: 500;
  color: #5c5959;
  padding-left: 62px;
  margin-top: 10px;
}
.yith-wcwl-add-button span,.type-product .related ul li i,
#contentwoocom ul li i,.search-no-results .entry-title-watermark,
.woocommerce table.shop_table td i,#yith-wcwl-popup-message{
  display: none !important;
}
.type-product .related ul{
  display: flex;
}
.woocommerce-wishlist .yith-wcwl-share i{
  font: normal normal normal 14px/1 FontAwesome !important;
}
.post-featured-img img{
  height: 300px;
  object-fit: cover;
}

.bwtbutton-view a{
  color: #fff;
  font: normal normal 600 13px / 22px Raleway;
}
.bwtbutton-view{
  color: #fff;
  background: #000;
  padding: 10px 16px;
  font-size: 12px;
  border-radius: 6px;
}
.our-product-content:hover .bwtbutton-view,.featured-product-content:hover .bwtbutton-view{
  background: var(--color-yellow);
  color: #fff;
}
.prodct-cart a{
  position: relative;
  font-size: 0px;
}
.prodct-cart a:after {
  content: "\f07a";
  position: absolute;
  font-size: 14px;
  color: #fff;
  background: var(--color-yellow);
  font-family: 'FontAwesome';
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
#deals .owl-nav{
  display: block !important;
  text-align: center;
  position: unset;
}
.blog-meta.metabox ul li{
  align-self: center;
}
.quick-view-btn button::after {
  content: '\f06e';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  line-height: 26px;
  color: #fff;
}
.quick-view-btn button {
  font-size: 0 !important;
  background: transparent;
  position: relative;
  padding: 13px;
  background: var(--color-yellow);
  border: unset;
  top: -2px;
}
.woocommerce-product-rating {
  margin-top: 8px;
  margin-bottom: 8px !important;
}
.woocommerce div.product form.cart {
  margin-bottom: 1em !important;
}

#our-products .quick-view-btn button ,#new-arrival .quick-view-btn button{
    font-size: 0 !important;
    background: transparent;
    position: relative;
    padding: 17px;
    background: var(--color-yellow);
    border: unset;
    top: 0px;
}
#our-products .quick-view-btn button::after ,#new-arrival .quick-view-btn button::after{
    content: '\f06e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
    line-height: 26px;
    color: #fff;
}
#deals .the_timer{
  display: flex;
  text-align: center;
  box-shadow: 3px 4px 12px ##D6363C;
  background: #D6363C;
  width: 100%;
  border-radius: 10px;
  padding: 6px 16px;
  justify-content: space-between;
}
#deals .the_timer .numbers{
  font: normal normal 600 16px/20px Montserrat;
  color: #fff;  margin-bottom: 0;
}
#deals .the_timer .nofont{
  font: normal normal 600 12px/25px Montserrat;
  color: #fff;  margin-bottom: 0;
}
#sidebar .search-form.serach-page{
  position: relative;
}














#menu-primary-menu li:hover ul.sub-menu {
  /* left: auto; */
  /* top: 47px; */
  text-align: left;
  -ms-animation: zoomIn .3s ease-in-out;
  -webkit-animation: zoomIn .3s ease-in-out;
  animation: zoomIn .3s ease-in-out;
  padding: 0;
  border-radius: 0;
}
ul.sub-menu:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  height: 100%;
  width: 6px;
  background: #D6363C;
  z-index: 99;
  border-radius: 50%;
  opacity: 1;
  transition: .5s;
  right: 0;
  text-align: center;
}
ul.sub-menu:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  /* transform: translateY(-50%); */
  height: 100%;
  width: 6px;
  background: #D6363C;
  z-index: 99;
  border-radius: 50%;
  opacity: 1;
  transition: .5s;
}


.our-product-content{
  position: relative;
  transition: all .8s;
}
.our-product-content:hover .ovrly2 {
  background-color: #62cdb9;
}
.our-product-content:hover .ovrly2 {
  position: absolute;
  background: var(--color-yellow);
  transition: all .8s;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 0;
  position: absolute;
  opacity: 0.4;
  transform: rotateX(-360deg);
  border-radius: 8px;
}
.popular-stores-box,.timmer-main-div,.featured-product-content{
  overflow: hidden;
}
.popular-stores-box:hover img,.timmer-main-div:hover img,.featured-product-content:hover img{
  transform: scale(1.07);
  overflow: visible;
  transition: 0.5s ease-in-out;
}
.popular-stores-img {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.feature-block-inner:hover i{
  transform: rotateY(360deg);
  transition: all 0.8s ease;
}

.popular-stores-box:hover {
    transform: perspective(800px) rotateY(-8deg);
}
.our-product-content:hover .bwt-wishlist-cart-view i{
  -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.our-product-content:hover .quick-view-btn button{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.our-product-right-box .bwtbutton-view {
  transition: all 0.5s;
}
.section-button a:hover,.our-product-right-box:hover .bwtbutton-view {
    box-shadow: inset 6em 0 0 0 #000, inset -6em 0 0 0 #000;
    border-color: var(--black);
    color: #fff;
}



.main-navigation ul.sub-menu li a:hover::before {
  width: 100%;
}
.main-navigation ul.sub-menu li a:before {
  background-color: #000;
}
.main-navigation ul.sub-menu li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
