/*
Theme Name: Coupons Deals Pro
Theme URI: https://www.buywptemplates.com/products/deals-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: coupons-deals-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Coupons Deals Pro WordPress Theme has been created by BuyWpTemplates(buywptemplates.com), 2019.
Coupons Deals Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-yellow: #e9a229;
  --color-sky-blue: #37a0e8;
}
:root {
  --font-poppins: "Poppins";
  --font-Josefin: "Josefin Sans";
}

*{
  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-Josefin);
  font-weight: 300;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  color: var(--color-white);
}
img{
  width: 100%;
}
section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 0;
}
h6{
  font: 500 20px/26px var(--font-Josefin);
}
h2{
  font: 600 32px/45px var(--font-Josefin);
}
p{
  font: 400 13px/22px var(--font-Josefin);
}
.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: 5px;
  background: var(--color-yellow);
  font: 600 14px/30px var(--font-poppins);
  border: none;
  transition: ease 0.25s all;
  transition-duration: 1s;
  color: var(--color-white);
  transform: translateX(0px);
}
.theme_button i{
  transform: translateX(-4px);
  opacity: 0;
  transition-duration: 1.5s;
  display: none;
}
.theme_button:hover i{
  transform: translateX(8px);
  opacity: 1;
  display: inline-block;
}
.theme_button:hover{
  transform: translateX(0px);
  opacity: 1;
  letter-spacing: 1.2px;
  background-color: var(--color-sky-blue);
  color: var(--color-white);
}
.btn:focus{
  outline: none;
  box-shadow: none !important;
}
.modal-backdrop{
      background: unset!important;
    top: unset!important;
    opacity: 1!important;
    left: unset!important;
}

.bwt-scroll{
  background-attachment: scroll;
}
.bwt-fixed{
  background-attachment: fixed;
}
[type=search]{
    width: 100%;
}

/*--------------Owl Carousel-----------------*/
.owl-carousel button.owl-dot.active{
    width: 10px;
    height: 10px;
    border-radius: 55px;
    background-color: var(--color-sky-blue) !important;
    border: 2px solid #FFF !important;
    box-shadow: 0px 0px 0px 0.5px var(--color-sky-blue);
        background-image: repeating-linear-gradient(
25deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
115deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
205deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px), repeating-linear-gradient(
295deg, #00c4f5, #00c4f5 13px, transparent 13px, transparent 22px, #00c4f5 22px);
    background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
    background-position: 12px 13px, 9px 14px, 100% 18px, 8px 100%;
    background-repeat: no-repeat;

}
.owl-carousel button.owl-dot{
  width: 8px;
  height: 8px;
  border-radius: 9px;
  background-color: var(--color-yellow) !important;
  border: 1px solid var(--color-yellow) !important;
  margin: 0 12px;
}
/*--------------- Comments ---------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: 'dashicons';
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: var(--color-yellow);
  text-shadow: 0 0 1px #333;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: .5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: var(--color-yellow);
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: var(--color-yellow);
  text-shadow: 0 0 1px #333;
}
.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}
.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}
.dashicons-star-filled:before{
  color: var(--color-yellow);
}
.dashicons, .dashicons-before:before{
  font-size: 16px;
}
/*-------------------Loader--------------------*/
.background span {
   width: 8vmin;
   height: 8vmin;
   border-radius: 4vmin;
   backface-visibility: hidden;
   position: absolute;
   animation-name: move;
   animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
   animation-iteration-count: infinite;
   animation-duration: 3s;
   top: calc(50% - 4vmin);
   left: 50%;
   transform-origin: -4vmin center;
}
 .background span:nth-child(1) {
   background: var(--color-white);
   animation-delay: -0.5s;
   opacity: 0;
}
 .background span:nth-child(2) {
   background: var(--color-white);
   animation-delay: -1s;
   opacity: 0;
}
 .background span:nth-child(3) {
   background: var(--color-white);
   animation-delay: -1.5s;
   opacity: 0;
}
 .background span:nth-child(4) {
   background: var(--color-white);
   animation-delay: -2s;
   opacity: 0;
}
 .background span:nth-child(5) {
   background: var(--color-white);
   animation-delay: -2.5s;
   opacity: 0;
}
 .background span:nth-child(6) {
   background: var(--color-white);
   animation-delay: -3s;
   opacity: 0;
}
 @keyframes move {
   0% {
     transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
  }
   30% {
     opacity: 1;
  }
   100% {
     z-index: 10;
     transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
  }
}
.bwt-travel-loading-box
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color-sky-blue);
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}

/*----------------Header  menu----------------------*/
.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    -webkit-transform: rotateZ(
45deg);
    transform: rotateZ(
45deg);
}
.close-icon:after, .close-icon:before {
    display: block;
    position: absolute;
    background-color: var(--wolmart-light-color,#ccc);
    content: "";
}
.close-icon:before {
    height: 2px;
    width: 100%;
    left: 0;
    top: calc(50% - 1px);
}
.close-icon:after {
    height: 100%;
    width: 2px;
    top: 0;
    left: calc(50% - 1px);
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  padding: 1.25em 40px 0.3em;
  line-height: 1.45;
  position: relative;
  color: #0f0f0f;
  border-bottom: 8px solid var(--color-sky-blue);
  background: #EDEDED;
  background:#EDEDED;
    -webkit-box-shadow: 0px 4px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: 0px 4px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
blockquote::before{
  font-size: 88px;
  font-family: Arial;
  content: "\201C";
  color: var(--color-sky-blue);
  position: absolute;
  left: 7px;
  top: -28px;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
#accordion .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/accordion.png") !important;
    transform: rotate(-180deg);
}
#accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("assets/images/accordiono.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
th a{
  color: var(--color-sky-blue);
}
/*----------Return To Top------------*/
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background-color: var(--color-yellow);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: white;
  position: relative;
  top: 8px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 16px;
}
#return-to-top:hover {
  background: var(--color-sky-blue);
}
#return-to-top:hover i {
  color: white;
  top: 5px;
}
.customize-partial-edit-shortcut-button{
  padding: 0 !important;
}
