/* style.css ke top mein */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

body .search-wrap button img {
    width: 18px;
    height: 18px;
}
body .search-wrap button {
    position: absolute;
    right: 5px;
    border: none;
    width: 40px;
    height: 30px;
    border-radius: 10px;
    background: #FFC221;
    top: 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .search-wrap input {
    width: 100% !important;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    color: #000;
    outline: none;
    height: 40px;
}
body .cd-dropdown-trigger {
    background: #002b4e;
    margin-left: 15px;
    border-radius: 10px;
    padding: 0 40px 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
body input#search::-webkit-input-placeholder,body input#search::-ms-input-placeholder,body input#search::-moz-placeholder,
body input#search::placeholder {
    font-size: 14px;
}
.cms-index-index main#maincontent {
    max-width: 100% !important;
    padding: 0;
}
body.cms-index-index [data-content-type='row'][data-appearance='contained'] {
    max-width: 1660px !important;
    padding: 0 2rem;
}
body .nav-sections{margin-bottom: 0;}
body .container {
    width: 100% !important;
    max-width: 1660px !important;
    padding: 0 2rem;
}
body .sec-title h2, body .block-viewed-products-grid .block-title strong {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 63px;
    color: #000;
    background: #fff;
    padding: 0;
    display: inline-block;
}
body .sec-title::after, body .block-viewed-products-grid .block-title::after{display: none;}

body .blue-bg{display: none;}
body .department-slider h5 {
    font-size: 16px;
    line-height: 21px;
    font-size: 16px;
    color: #000;
    font-family: 'Helvetica Neue';
    font-weight: bold;
    letter-spacing: 0.5px;
}
body span.yellow-text {
    color: #000;
}
body .elecronic_deals .owl-item,
body li.product-item.product-slider
{border:none !important;padding:0 !important;}
body h2.mp-product-slider-title {
    text-align: left;
    font-size: 26px;
}


body section.exclushive-offers {
    margin-top: 0 !;
}
.logo h1 {
    margin-bottom: 0px;
    margin-top: 0;
}
.actions-secondary {
    display: none;
}
.actions-secondary {
    /* display: none; */
    text-align: right;
    position: absolute;
    z-index: 99;
    right: 0;
    background: #000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.action.towishlist img {
    filter: brightness(38);
    max-width: 14px;
}
a.action.towishlist {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*body .page-footer {
    background: #0071ce;
    padding: 10px 0;
}
footer .title h3{color: #fff;}
body footer span.yellow-text {
    color: #000;
}
.sign-up input.form-control {
    border: 1px solid #353535 !important;
    border-radius: 10px !important;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}
.sign-up input.form-control::placeholder{
    font-size: 14px;
}
.block.newsletter .field .control:before{display: none;}
body .content.input-group .action.subscribe {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    padding: 0;
    height: 41px;
    background: #002b4e !important;
}*/

.policy {
  padding: 40px 0 0;
}
.policy:after {
  content: '';
  display: block;
  background: url(../images/bg_shadown_policy.png) no-repeat center center;
  height: 24px;
  margin-top: 35px;
}
.policy .inner-policy a {
  display: table;
  width: 100%;
}
.policy .inner-policy a em {
  width: 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #222;
  display: inline-block;
  line-height: 60px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.policy .inner-policy a:hover em {
  transform: rotate(360deg);
}
.policy .inner-policy a .content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 20px;
}
.policy .inner-policy a .content .title {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.policy .inner-policy a .content .sub-title {
  font-size: 14px;
  color: #888;
}
/** three banner sec *********/
.bs-banner {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.bs-banner .banner-hover:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.bs-banner img {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 0;
    vertical-align: middle;
}
.bs-banner .banner-hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.bs-banner:hover .banner-hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .2);
}
.bs-banner:hover .banner-hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}
.banner_mid_1 {
    margin-bottom: 70px;
}
.card-wrapper div div:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}
.card-wrapper section {
    z-index: 9999;
}
.new-home-banners p {
    font-size: 18px;
    color: #fff !important;
    z-index: 99;
    position: relative;
}

.department-slider .owl-nav{top:20%;}
.department-slider .owl-dots {
    display: none;
}
section.sale img{border-radius: 10px;}
div#carousel2 img {
    border-radius: 10px !important;
}
.new-home-banners a {
    color: #fff !important;
    text-decoration: none;
}

@media (max-width: 767px) {
 .department-slider .owl-dots {
    display: block;
}   
}