/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.8
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
/* header ============================================================== */

a{
  text-decoration: none !important;
}

.top-header--panel {
  background: #beae6f !important;
  border: none !important;
  padding: 11px 0px;
}

.list_nav_menu a {
  font-family:Gilroy-Regular ;
  color: #fff !important;
}

.flex-cnnt-box{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
}

.flex-cnnt-box a{
  color: #ffff;
   font-family:Gilroy-Regular ;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.cnticon i{
  margin-right: 5px;
  font-size: 19px;
}

.lgrgltr span{
  color: #fff;
   font-family:Gilroy-Regular ;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.lgrgltr span i{
  font-size: 11px;
  margin-left: 4px;
}

.endchld{
  justify-content: end;
}

.tm-ttl {
  text-align: right;
  color: #fff;
  font-family: Gilroy-Regular;
  font-size: 17px;
}

.flex-social-icons
{
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  gap: 20px;
}

.flex-social-icons a{
  color: #0f1681;
}

.flxchld{
  color: #fff;
}

/* header ============= */
header{
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  border: none !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(94, 68, 172, 0) 100%) !important;
}

.entry-header{
  display: none;
}

.header_container{
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 0px;
}

.flex-cnnt-box a{
  font-family: Gilroy-Regular;
}

.header_flex{
  display: flex;
  align-items: center;
  width: 100%;
  /* justify-content: center; */
  /* border-bottom: 1px solid #fff; */
  position: relative;
}

.chat_flex_box{
  position: absolute;
  right: 0;
  margin-right: 50px;
}

.logo{
  width: 20%;
}
/* .logo a{
  font-family: 'Inter Tight';
  color: #000;
  font-weight: 600;
  font-size: 19px;
} */
.logo img{
  width: 103px !important;
  margin-bottom: 14px;
}

.navigation_lists{

}

.main_nav_menu{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}

.main_nav_menu li {
  padding: 18px 0px !important;
}

.main_nav_menu li  a{
  display: block;
  margin: 0px 15px;
  color: #fff;
  /* font-family: "Source Sans 3", sans-serif;
  font-weight: 700; */
  font-family: Gilroy-Medium !important;
  font-style: normal;
  font-size: 16px;
  /* text-transform: uppercase; */
  transition: .3s ease;
  line-height: 1.5;
  /* letter-spacing: .1em; */
}

.main_nav_menu li  a svg{
  width: 10px;
  fill: #fff;
  height: 10px;
}

.chat_box {
  color: #fff;
  font-family: 'Gilroy-Regular';
  font-size: 14px;
  text-transform: none;
  font-style: normal;
}

.fxlig {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: 40px;
}

.list_nav_menu a svg{fill: #fff;}

.drpparent{
  position: relative;
}

.submenu{
  position: absolute;
  width: 210px;
  z-index: 4;
  top: 140px;
  background-color: #fff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .4s ease;
}

.drpparent:hover>.submenu{
  opacity: 1;
  pointer-events: all;
  visibility: visible;  
  top: 120px;
}

.submenu ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}


.submenu ul li a{
  color: #111111;
  display: block;
  padding: 10px 30px;
}

.list_nav_a:hover{
  color: #05aff2;
}

.chat_flex_box{
  display: flex;
  justify-content: end;
  width: 20%;
}

.search{
  color: #fff;
  font-weight: 500;
}

.wishlist a{
  position: relative;
}

.wishlist-count {
  color: #fff;
  background-color: #fab200;
  position: absolute;
  top: -5px;
  left: calc(100% - 5px);
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  padding: 0 5px;
}

.wishlist a i{
  color: #fff;
  font-weight: 900;
}


.cart a{
  position: relative;
}

.cart a i{
  color: #111111;
  font-weight: 500;
}

.minicart-total{
  display: none;
}


.minicart-text {
  color: #111111;
  background-color: #fab200;
  position: absolute;
  top: -5px;
  left: calc(100% - 5px);
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  padding: 0 5px;
}

/* submenu ------------- */

.main-menu-more{
  display: none;
}

.drpparent{
  position: relative;
}

.sub-menu{
  position: absolute;
  width: 300px;
  z-index: 4;
  top: 77px;
  background-color: #fff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .4s ease;
}

.lgsubmenu{
  position: absolute;
  z-index: 4;
  top: 140px;
  background-color: #fff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .29);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .4s ease;
  padding: 30px;
}

.lgsubmenu .row{
  width: 800px;
  margin: auto;
  padding: 30px 15px;
}

.block-list {
  list-style: none;
  margin-left: 0;
  line-height: 2.8;
  padding-left: 0;
}

.centrflx{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.block-list li{

}


.sub-menu li a img{
  display: none;
}

.block-list li a{
  color: #111111;
  font-size: 14px;
  transition: .3s ease;
}

.block-list li a:hover{
  color: #f8b200;
}

.block-list .title {
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  letter-spacing: .01em;
  color: #212121;
  font-size: 14px;
}

.mnimg img{
  width: 100%;
}

#menu-item-834{
  position: relative;
}

#menu-item-834 button{
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: none;
  background: none;
  position: absolute;
  right: -6px;
  top: 51%;
  transform: translate(-50%, -50%);
}

#menu-item-834:hover>.sub-menu{
  opacity: 1;
  pointer-events: all;
  visibility: visible;  
  top: 57px;
}


.drpparent:hover>.lgsubmenu{
  opacity: 1;
  pointer-events: all;
  visibility: visible;  
  top: 62px;
}

.sub-menu{
  list-style: none;
  padding: 15px 0px;
  margin: 0px;
}

.sub-menu li{
  padding: 0px !important;
}

.sub-menu li a{
  color: #111111;
  display: block;
  padding: 10px 0px;
  transition: .3s ease;
}
.sub-menu li a:hover{
  color: #f8b200;
}



/* ends */



.bannerSlider{
  position: relative;
}

.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
  }
  
  


  .Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
  }
  
  .blocks-box,
  .slick-slider {
    margin: 0;
    padding: 0!important;
  }
  
  .slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
  }


  .nmr{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 58px;
  }

  .nmr a{
    max-width: 240px;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 14px;
    display: block;
    margin: auto;
    font-family: 'Gilroy-Medium';
    transition: .3s ease;
  }


  .nmr a:hover{
    background-color: #fff;
    color: #000;
  }
  
  /* ==== Slider Style === */
  .Modern-Slider .item .img-fill{
    height:100vh;
    background:#000;
  }
  
  .Modern-Slider .item .img-fill .info{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    /* background:#00000069; */
    line-height:100vh;
    text-align:center;
    padding-top: 100px;

  }
  
  .Modern-Slider .item .img-fill .info::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(94, 68, 172, 0) 100%);
  }
  
  .Modern-Slider .item .info > div{
    display:inline-block!important;
    vertical-align:middle;
  }
  
  .Modern-Slider .NextArrow{
    position:absolute;
    top:50%;
    right:25px;
    border:0 none;
    margin-top:-22.5px;
    z-index:5;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3b273;
    cursor: pointer;
    transition: .3s ease;
  }

  .Modern-Slider .NextArrow:hover{
    background: #ffffffde;
  }
  
  .Modern-Slider .NextArrow svg{
    width: 16px;
  }
  
  .Modern-Slider .PrevArrow{
    position: absolute;
    top: 50%;
    left: 25px;
    border: 0 none;
    margin-top: -22.5px;
    z-index: 5;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3b273;
    cursor: pointer;
    transform: scaleX(-1);
    transition: .3s ease;
  }

  .Modern-Slider .PrevArrow:hover{
    background: #ffffffde;
  }

  .Modern-Slider .PrevArrow svg{
    width: 16px;
  }
  
.cnticon{
  color: #fff;
}
  
  .Modern-Slider .slick-dots{
    position:absolute;
    height:5px;
    background:rgba(255,255,255,.20);
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
  }
  .Modern-Slider .slick-dots li button{display:none;}
  .Modern-Slider .slick-dots li{
    float:left;
    width:0px;
    height:5px;
    background:#c3b273;
    position:absolute;
    left:0px;
    bottom:0px;
  }

  .slick-list{
    width: 100%;
    height: 100%;
  }
  
  .Modern-Slider .slick-dots li.slick-active{
    width:100%;
    animation:ProgressDots 11s both;
  }
  
  .Modern-Slider .item h3{
    /* font-family: 'Gilroy-Medium'; */
    font-family: "Italiana", serif;
    font-size: 4rem;
    text-transform:uppercase;
    color:#FFF;
    animation:fadeOutRight 1s both;
    margin:0;
    padding:0;
  }
  
  .Modern-Slider .item h5{
    margin:0;
    padding:0;
    color:#FFF;
    max-width:600px;
    overflow:hidden;
    height:60px;
    animation:fadeOutUp 1s both;
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    margin-top: 28px;
  }
  
  .Modern-Slider .item.slick-active h3{
    animation:fadeInUp 1s both 1s;
  }
  
  .Modern-Slider .item.slick-active h5{
    animation:fadeInUp 1s both 1.5s;
  }
  
  .Modern-Slider .item.slick-active{
  
  }
  
  .Modern-Slider {background:#000;}
  
  /* ==== Slider Image Transition === */
  @keyframes Slick-FastSwipeIn{
      0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
      100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
  }
  
  @-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
  @keyframes ProgressDots{from{width:0px;}to{width:100%;}}
  
  /* ==== Slick Slider Css Ruls === */
  /* .slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
  .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
  .slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
  .slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  .slick-track{position:relative;top:0;left:0;display:block}
  .slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
  .slick-loading .slick-track{visibility:hidden}
  .slick-slide{display:none;float:left ;height:100%;min-height:1px}
  .slick-slide.dragging img{pointer-events:none}
  .slick-initialized .slick-slide{display:block}
  .slick-loading .slick-slide{visibility:hidden}
  .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent} */


.list-items-fr-upsc{
  background: #f3f3f3;
  padding: 34px 0px;
}

    /* bxse  -------------*/


    .bxex-lst{
      text-align: center;
    }

    .bxex-lst span img{
      width: 21px;
    }

    .bxex-lst h3{
      font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium';
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px;
    }

    .bxex-lst p{
      font-family: 'Gilroy-Regular';
      color: #000;
      margin-top: 10px;
    }

    .headerprt h3{
      text-align: center;
      font-family: 'Gilroy-Medium';
      font-size: 36px;
      color: #000;
      margin-bottom: 60px;
    }
    
    .shprm{
      padding: 60px 0px;
    }

    .rmdsp-shp{
      position: relative;
    }


    /* bnrsld ================ */

    .bnsecslider {
      width: 100%;
    }
    .bnrsld{
      width: 100%;
    }
    .bnrsld img{
      width: 100%;
      height: 700px;
      object-fit: cover;
    }

    .Modern-Slider{
        margin: 0px !important;
    }

    /* reviewsection --------- */
    

    .rvslider{
      background-image: url('https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentyseventeen/assets/images/review.webp');
      background-position: center;
      background-size: cover;
      width: 100%;
        overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .flexarc{
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px;
      align-items: baseline;
    }

    .flexarc a{
        background: #5f44b2;
      padding: 12px 31px;
      color: #fff;
      font-family: 'Gilroy-Regular';
    }
    .bwrv{
      max-width: 600px;
      margin: auto;
      height: 700px;
      background: #5f44b299;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 30px;
    }
    /* .header_container{
      flex-direction: column;
    } */

    .flexalc{

    }

    .flexalc h3{
      font-family: 'Gilroy-Medium';
      color: #000;
      font-size: 28px;
    }

    .flexalc p{
      color: #000;
      font-family: 'Gilroy-Regular';
    }


    .rv-item {
      width: 100%;
    }

    .rvwrp{
      width: 100%;
      text-align: center;
    }

    .rvwrp h3{
      color: #fff;
      font-family: 'Gilroy-Medium';
      font-size: 18px;
      margin-bottom: 13px;
    }

    .rvwrp p{
      color: #fff;
      font-family: 'Gilroy-Regular';
    }

    .rvwrp span{
      color: #fff;
      font-family: 'Gilroy-Regular';
    }

    .strating{
      margin-top: 31px;
      color: #fff;
    }

  /* listbx */

  .wrapper{
    position: relative;
  }

  .btnarow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    z-index: 20;
    padding: 0px 50px;
  }
  .arrwdrp {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3b273;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
  }

  .arrowlft{left: 30px;}

  .arrowlft{
    transform: scaleX(-1);
  }

  .arrowrgt{
    right: 30px;
  }

  .arrwdrp  svg{
    width: 16px;
  }

  .rmdsp-shp img{
    width: 100%;
  }

  .dspshpdt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-family: 'Gilroy-Regular';
    background: #00000047;
    transition: .3s ease;
  }

  .dspshpdt:hover{
    background: #4b32a6c7;
    color: #c3b273;
  }


  .wrapper {
    width: 100%;
    overflow: hidden;
  }

  .rm-bx-shp{
    margin: 0px 5px;
    position: relative;
  }

  .slick-list{
    padding: 0px !important;
  }


  .xoo-wsc-sc-bkcont{
    color: #fff;
  }

  /* btm slider -------------- */

  .shplok{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  
  .nwarv{
    padding-bottom: 50px;
  }

.headerbr h3{
  font-family: 'Gilroy-Medium';
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
}

.headerbr a{
    background: #5f44b2;
  padding: 12px 31px;
  color: #fff;
  font-family: 'Gilroy-Regular';
}

  .btmsld img{
    width: 100%;
  }

  .headerbr{
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 60px;
  }


  .container-port{
    width: 96%;
    margin: auto;
    padding: 0px 30px;
}


/* footer ========================= */


  /* footer ================================================================= */

  footer{
    background-color: #5f44b2 !important;
    padding-top: 50px;
   }

   .menu{
    list-style: none;
    padding: 0px;
   }

   .widget-title{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    position: relative;
   }

   .widget-title::after{
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #ffffff !important;
    margin-top: 25px;
    width: 50px;
    margin-top: 15px;
   }

   .menu li a{
    padding: 5px 0px;
    display: block;
    color: #fff !important;
   }

   .textwidget p{
    color: #fff !important;
    margin-bottom: 20px;
   }

   .mc4wp-form-fields input{
    width: 60%;
    height: 50px;
    padding-left: 20px;
    border: none;
   }

   .mc4wp-form-fields button{
    height: 50px;
    border: none;
    padding: 10px 20px;
    color: #fff;
    background-color: #beae6f !important;
    font-weight: 600;
    margin-left: -3px;
   }

   .social{
    margin: 30px 0px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
    gap: 26px;
   }
   .social li{
    color: #fff;
   }
   .social li a{
    color: #fff;
   }

   .ftrbtm p {
    text-align: center;
    border-top: 1px solid #d3d3d35e;
    padding: 30px 0px;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}



/* product list page ====================== */

.onsale{
  color: #fff;
  letter-spacing: 1px;
  background-color: #beae6f !important;
  font-size: 11px !important;
  font-weight: 600;
}

.products li a h2 {
  font-family: 'Gilroy-Medium' !important;
  font-size: 19px !important;
  text-align: center;
  border-top: 1px solid #00000029;
  padding-top: 22px !important;
  text-transform: capitalize !important;
  letter-spacing: .2px !important;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}

.products li a .price {
  text-align: center;
  color: #ffffff !important;
  font-family: 'Gilroy-Medium' !important;
  font-size: 15px;
  background: #4c32a7;
  max-width: fit-content;
  margin: auto;
  padding: 4px 18px;
  border-radius: 100px;
}

/* account page -------------------------- */

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-form-login {
  max-width: 500px;
  width: 500px;
  margin: auto;
  padding: 0px 20px;
}
.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce h2{
text-align: center;
width: 100%;
}



.woocommerce-form-login p label {
  color: #000;
  font-family: 'Gilroy-Medium';
  margin-bottom: 8px;
}

.woocommerce-form-login p input {
  width: 100%;
  height: 50px;
  border: 1px solid #0000001a;
  border-radius: 4px;
}

.woocommerce-form-login p .woocommerce-form-login__submit {
  width: 100%;
  height: 50px;
  background: #4d33a8;
  border: none;
  color: #fff;
  font-family: 'Gilroy-Medium';
  margin-top: 20px;
}

.woocommerce-form-login p .woocommerce-form__input-checkbox {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}


/* about us page ==================== */


[data-id="51505ee4"] .elementor-widget-container h2{
  font-family: 'Gilroy-Medium'!important;
  font-size: 29px !important;
}

[data-id="2f353dce"] .elementor-widget-container{
  color: #000;
  font-family: 'Gilroy-Regular';
}

[data-id="77fa501a"] {
  padding-top: 0px !important;
}

[data-id="20e17144"] .elementor-widget-container{
  display: none;
}

[data-id="7e3274fe"] .elementor-widget-container{
  display: none;
}

[data-id="34a87333"]{
  max-width: 90%;
  margin: auto;
  background-image: url(https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentynineteen/images/new/abtsbrm.webp);
  background-position: center;
  background-size: cover;
  height: 400px;
  left: 0px !important;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  position: relative;
  overflow: hidden;
}

[data-id="34a87333"]::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(47deg, rgba(73, 48, 164, 1) 0%, rgba(94, 68, 172, 0) 100%);
}

[data-id="52c20ab7"] .elementor-widget-container h2{
  font-family: 'Gilroy-Medium' !important;
  color: #fff !important;
}

[data-id="6400141e"], [data-id="12c85ab3"], [data-id="726f15ef"], [data-id="353d1252"]{
  display: none;
}


.products{
  padding-top: 50px !important;
}

ul.products li.product {
  list-style: none;
  /* border: 1px solid #00000014;
  padding: 22px !important; */
  text-align: center;
}

ul.products li.product .woosw-btn-has-icon {
  position: absolute;
  top: 0;
  right: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: no-repeat;
  border: none;
  font-size: 21px;
  color: #beae6f;
}

/* ul.products li.product a:nth-child(2){
  position: absolute;
  top: 126px;
  width: 100%;
  left: 0;
  background: #beae6f;
  border: none !important;
  box-shadow: unset;
  padding: 8px 0px;
  color: #fff;
  font-family: 'Gilroy-Medium';
  opacity: 0;
  transition: .3s ease;
}

ul.products li.product:hover a:nth-child(2){
  opacity: 1;
} */

.elementor-4438 .elementor-element.elementor-element-1041e3b3 .eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link{
  background-color: #000 !important;
}

[data-id="dee7b6e"]{
  display: none !important;
}

div#n2-ss-2 .nextend-arrow{
  position: absolute;
  top: 50%;
  border: 0 none;
  margin-top: -22.5px;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c3b273;
  cursor: pointer;
  transition: .3s ease;
}

.row{
  width: 100%;
  margin: auto;
}

.products li a h2{
  font-family: 'Gilroy-Medium' !important;
  font-size: 19px !important;
  text-align: center;
  border-top: 1px solid #00000029;
  padding-top: 22px !important;
}

.products li a .price{
  text-align: center;
  color: #ffffff !important;
  font-family: 'Gilroy-Medium' !important;
  font-size: 15px;
  background: #4c32a7;
  max-width: fit-content;
  margin: auto;
  padding: 4px 18px;
  border-radius: 100px;
}

.woocommerce-result-count{
  color: #000;
  background: #beae6f36;
  padding: 6px 20px;
  border-radius: 100px;
  font-size: 14px;
}

.woocommerce-ordering{
  color: #000;
  background: #beae6f36;
  padding: 6px 20px;
  border-radius: 100px;
  font-size: 14px;
}

.woocommerce-ordering select{
  background: none;
  border: none;
}

.woocommerce-pagination ul.page-numbers{
  text-align: center;
}
.woocommerce-pagination{
  margin-bottom: 50px;
}
.woocommerce-pagination .next.page-numbers, .woocommerce-pagination .prev.page-numbers, .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c32a738;
  border-radius: 100px;
  padding: 0px;
  color: #000000;
}

.single_add_to_cart_button {
  width: 100%;
  height: 60px;
  background: #4b2fa6;
  background: rgb(73, 48, 164);
  background: linear-gradient(90deg, rgba(73, 48, 164, 1) 0%, rgba(94, 68, 172, 1) 100%);
  color: #fff;
  font-family: 'Gilroy-Medium';
  font-size: 20px;
  border: none;
  margin-top: 23px;
}

  .quantity input{
  padding: 10px 20px;
  width: 121px !important;
  text-align: center;
  background: #beae6f1c;
  border-radius: 9px;
  font-family: 'Gilroy-Bold';
}

.related.products h2{
  font-family: 'Gilroy-Medium';
  color: #000;
  font-size: 19px;
  border-top: 1px solid #00000014;
  padding-top: 38px;
}



























    /* bxse  -------------*/


    .bxex-lst{
      text-align: center;
    }

    .bxex-lst span img{
      width: 21px;
    }

    .bxex-lst h3{
      font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium';
    color: #000;
    letter-spacing: 1px;
    margin-top: 20px;
    }

    .bxex-lst p{
      font-family: 'Gilroy-Regular';
      color: #000;
      margin-top: 10px;
    }

    .headerprt h3{
      text-align: center;
      font-family: 'Gilroy-Medium';
      font-size: 36px;
      color: #000;
      margin-bottom: 60px;
    }
    
    .shprm{
      padding: 60px 0px;
    }

    .rmdsp-shp{
      position: relative;
    }


    /* bnrsld ================ */

    .bnsecslider {
      width: 100%;
    }
    .bnrsld{
      width: 100%;
    }
    .bnrsld img{
      width: 100%;
      height: 700px;
      object-fit: cover;
    }

    .Modern-Slider{
        margin: 0px !important;
    }

    /* reviewsection --------- */
    

    .rvslider{
      background-image: url('https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentynineteen/assets/images/review.webp');
      background-position: center;
      background-size: cover;
      width: 100%;
        overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .flexarc{
      display: flex;
      justify-content: space-between;
      margin-bottom: 60px;
      align-items: baseline;
    }

    .flexarc a{
        background: #5f44b2;
      padding: 12px 31px;
      color: #fff;
      font-family: 'Gilroy-Regular';
    }
    .bwrv{
      max-width: 600px;
      margin: auto;
      height: 700px;
      background: #5f44b299;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 30px;
    }


    .flexalc{

    }

    .flexalc h3{
      font-family: 'Gilroy-Medium';
      color: #000;
      font-size: 28px;
      text-transform: uppercase;
    }

    .flexalc p{
      color: #000;
      font-family: 'Gilroy-Regular';
    }


    .rv-item {
      width: 100%;
    }

    .rvwrp{
      width: 100%;
      text-align: center;
    }

    .rvwrp h3{
      color: #fff;
      font-family: 'Gilroy-Medium';
      font-size: 18px;
      margin-bottom: 13px;
    }

    .rvwrp p{
      color: #fff;
      font-family: 'Gilroy-Regular';
    }

    .rvwrp span{
      color: #fff;
      font-family: 'Gilroy-Regular';
    }

    .strating{
      margin-top: 31px;
      color: #fff;
    }

  /* listbx */

  .wrapper{
    position: relative;
  }

  .btnarow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    z-index: 20;
    padding: 0px 50px;
  }
  .arrwdrp {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c3b273;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
  }

  .arrowlft{left: 30px;}

  .arrowlft{
    transform: scaleX(-1);
  }

  .arrowrgt{
    right: 30px;
  }

  .arrwdrp  svg{
    width: 16px;
  }

  .rmdsp-shp img{
    width: 100%;
  }

  .dspshpdt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-family: 'Gilroy-Regular';
    background: #00000047;
    transition: .3s ease;
  }

  .dspshpdt:hover{
    background: #4b32a6c7;
    color: #c3b273;
  }


  .wrapper {
    width: 100%;
    overflow: hidden;
  }

  .rm-bx-shp{
    margin: 0px 5px;
    position: relative;
  }

  .slick-list{
    padding: 0px !important;
  }


  .xoo-wsc-sc-bkcont{
    color: #fff;
  }

  /* btm slider -------------- */

  .shplok{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  
  .nwarv{
    padding-bottom: 50px;
  }

.headerbr h3{
  font-family: 'Gilroy-Medium';
  color: #000;
  font-size: 28px;
  text-decoration: uppercase;
}

.headerbr a{
    background: #5f44b2;
  padding: 12px 31px;
  color: #fff;
  font-family: 'Gilroy-Regular';
}

  .btmsld img{
    width: 100%;
  }

  .headerbr{
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 60px;
  }



  /* ends here */


  [data-id="462cd9dc"]{
    display: none;
  }

  .innerbannersec {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentynineteen/images/new/banner-new.webp);
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    position: relative;
  }

  .innerbannersec::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: .3;
  }

  .innerbannersec .container-port{
    position: relative;
    z-index: 6;
  }

  .headerinersec{
    text-align: center;
  }

  .headeriner h1{
    color: #fff;
    font-family: "Italiana", serif !important;
    font-size: 45px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }

  [data-id="77fa501a"] .elementor-container{
    border-top: 1px solid #00000012;
    padding-top: 60px;
  }

  [data-id="74caa31b"] .elementor-widget-container .elementor-button-wrapper a{
    background: #5f44b3 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    max-width: fit-content !important;
    font-family: 'Gilroy-Medium' !important;
  }

  [data-id="74caa31b"] .elementor-widget-container .elementor-button-wrapper a .elementor-button-content-wrapper .elementor-button-icon svg{
    fill: #fff !important;
  }

  [data-id="306b9ec"] .elementor-widget-container h2{
    font-family: 'Gilroy-Medium'!important;
    font-size: 29px !important;
  }

  [data-id="2f353dce"] .elementor-widget-container{
    color: #000;
    font-family: 'Gilroy-Regular';
  }

  [data-id="77fa501a"] {
    padding-top: 0px !important;
  }

  [data-id="20e17144"] .elementor-widget-container{
    display: none;
  }

  [data-id="7e3274fe"] .elementor-widget-container{
    display: none;
  }

  [data-id="34a87333"]{
    max-width: 90%;
    margin: auto;
    background-image: url(https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentynineteen/images/new/abtsbrm.webp);
    background-position: center;
    background-size: cover;
    height: 400px;
    left: 0px !important;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    position: relative;
    overflow: hidden;
  }

  [data-id="34a87333"]::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(47deg, rgba(73, 48, 164, 1) 0%, rgba(94, 68, 172, 0) 100%);
  }

  [data-id="52c20ab7"] .elementor-widget-container h2{
    font-family: 'Gilroy-Medium' !important;
    color: #fff !important;
  }

  [data-id="6400141e"], [data-id="12c85ab3"], [data-id="726f15ef"], [data-id="353d1252"]{
    display: none;
  }


  .products{
    padding-top: 50px !important;
  }

  ul.products li.product {
    list-style: none;
    /* border: 1px solid #00000014;
    padding: 22px !important; */
}

[data-id="dee7b6e"]{
    display: none !important;
}

  /* .products li a h2{
    font-family: 'Gilroy-Medium' !important;
    font-size: 19px !important;
    text-align: center;
    border-top: 1px solid #00000029;
    padding-top: 22px !important;
    font-weight: 400;
  } */
  
  .products li a .price{
    text-align: center;
    color: #ffffff !important;
    font-family: 'Gilroy-Medium' !important;
    font-size: 15px;
    background: #4c32a7;
    max-width: fit-content;
    margin: auto;
    padding: 4px 18px;
    border-radius: 100px;
  }

  .woocommerce-result-count{
    color: #000;
    background: #beae6f36;
    padding: 6px 20px;
    border-radius: 100px;
    font-size: 14px;
  }

  .woocommerce-ordering{
    color: #000;
    background: #beae6f36;
    padding: 6px 20px;
    border-radius: 100px;
    font-size: 14px;
  }

  .woocommerce-ordering select{
    background: none;
  }

  .woocommerce-pagination ul.page-numbers{
    text-align: center;
  }
  .woocommerce-pagination{
    margin-bottom: 50px;
  }


  .single_add_to_cart_button {
    width: 100%;
    height: 60px;
    background: #4b2fa6;
    background: rgb(73, 48, 164);
    background: linear-gradient(90deg, rgba(73, 48, 164, 1) 0%, rgba(94, 68, 172, 1) 100%);
    color: #fff;
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    border: none;
    margin-top: 23px;
  }

    .quantity input{
    padding: 10px 20px;
    width: 121px !important;
    text-align: center;
    background: #beae6f1c;
    border-radius: 9px;
    font-family: 'Gilroy-Bold';
  }

  .related.products h2{
    font-family: 'Gilroy-Medium';
    color: #000;
    font-size: 19px;
    border-top: 1px solid #00000014;
    padding-top: 38px;
  }
  /* about us page ===================== */

  [data-id="2302e701"] .elementor-widget-container img{
    border-radius: 0px !important;
  }


  [data-id="51505ee4"] .elementor-widget-container h2{
    font-family: 'Gilroy-Medium' !important;
    color: #000;
    font-size: 31px !important;
    text-transform: uppercase;
  }

  [data-id="8ed257d"] .elementor-widget-container{
    padding: 0px !important;
  }

  [data-id="8ed257d"] .elementor-widget-container p{
    font-family: 'Gilroy-Regular';
    color: #000;
  }

  [data-id="23d74353"] .elementor-widget-container {
    font-family: 'Gilroy-Regular';
    color: #000;
  }


  .sub-menu li a{
    color: #000 !important;
  }


  /* contac us page ----------------- */

  [data-id="4c5b7e3b"]{
    display: none;
  }

  [data-id="42a53734"]{
    padding: 100px 0px !important;
  }

  [data-id="7d9ae65f"]{
    display: none;
  }




  [data-id="6ce10d18"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content h3{
    font-family: 'Gilroy-Medium';
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  [data-id="6ce10d18"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content p{
    color: #000;
    font-family: 'Gilroy-Medium';
    font-size: 15px;
    max-width: 300px;
    margin: auto;
  }
  [data-id="6ce10d18"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content{
    text-align: center;
  }

  [data-id="5803716c"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content{
    text-align: center;
    border-right: 1px solid #e8d5b5;
    border-left: 1px solid #e8d5b5;
  }

  [data-id="5803716c"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content h3{
    font-family: 'Gilroy-Medium';
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  [data-id="5803716c"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content p{
    color: #000;
    font-family: 'Gilroy-Medium';
    font-size: 15px;
  }

  [data-id="67f9cfcd"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content{
    text-align: center;
  }
  
  [data-id="67f9cfcd"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content h3{
    font-family: 'Gilroy-Medium';
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  [data-id="67f9cfcd"] .elementor-widget-container .elementor-icon-box-wrapper .elementor-icon-box-content p{
    color: #000;
    font-family: 'Gilroy-Medium';
    font-size: 15px;
  }


  [data-id="3823241e"] .elementor-widget-container h2{
    color: #d9c67e !important;
    font-family: 'Gilroy-Medium' !important;
    font-size: 25px !important;
    text-align: center;
  }

  [data-id="1b7dc804"]{
    padding-bottom: 100px !important;
  }
  [data-id="ccaa476"] .elementor-widget-container{
    display: flex;
        gap: 65px;
        max-width: 1200px;
        margin: auto;
  }

  [data-id="42a53734"] .elementor-container{
    max-width: 100% !important;
  }

  [data-id="ccaa476"] .elementor-widget-container::before{
    content: '';
    width: 47%;
    height: 500px;
    position: relative;
    background-image: url(https://eskil.qodeinteractive.com/wp-content/uploads/2022/03/h3-img-01-2048x944.jpg);
    display: block;
    background-position: center;
    background-size: cover;
  }

  [data-id="1b7dc804"]{
    max-width: 1200px;
    margin: auto;
  }

  [data-id="ccaa476"] .elementor-widget-container .fluentform-widget-wrapper {
    width: 50%;
  }
  [data-id="5c1875f6"]{
    /* background: #e8d5b5; */
    padding: 60px 20px;
    background: linear-gradient(90deg, rgba(73, 48, 164, 1) 0%, rgba(94, 68, 172, 1) 100%);
  }
  #fluentform_1  fieldset .ff_submit_btn_wrapper button{
    width: 100%;
    padding: 13px 0px;
    display: block;
    margin-top: 17px;

  }

  [data-id="ccaa476"] .elementor-widget-container .fluentform-widget-wrapper .fluentform  form fieldset .ff-el-group .ff-el-input--label label{
    color: #fff;
  }

  [data-id="ccaa476"] .elementor-widget-container .fluentform-widget-wrapper .fluentform  form fieldset  .ff-el-group .ff-btn-submit {
    background-color: #000 !important;
  }

  .wc-block-components-button:not(.is-link){
    background: #543bad;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 40px;
  }

  .wc-block-cart{
    padding-top: 100px !important;
  }

  .woocommerce-products-header{
    display: none;
  }
  .wc-block-components-product-name{
    color: #000;
    font-family: Gilroy-Medium !important;
    font-size: 20px !important;
    text-transform: uppercase;
  }
  @media screen and (max-width:1200px) {
    .wc-block-components-sidebar{
        width: 28% !important;
    }
    .wc-block-cart-item__image{
        width: 181px;
    }
    .list_nav_menu a{
        margin: 0px 15px;
    }
    .navigation_lists{
        margin-left: 0px !important;
    }
  }

  @media screen and (max-width:991px) {
    .wc-block-checkout{
        flex-direction: column;
        padding: 0px 20px;
    }
    .wc-block-checkout .wc-block-checkout__main {
        width: 100% !important;
    }
    .wc-block-checkout .wc-block-checkout__sidebar {
        width: 100% !important;
    }
    .wc-block-components-sidebar-layout{
        flex-direction: column;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main{
        width: 100% !important;
    }
    .wc-block-components-sidebar {
        width: 300px !important;
        margin-left: auto;
    }
  }


  @media screen and (max-width:768px) {
    .arrwdrp{
        width: 40px;
        height: 40px;
    }
    .wc-block-cart-items__row{
        display: flex !important;
        flex-direction: column;
    }

    .wp-block-woocommerce-cart-order-summary-heading-block{
        display: block !important;
    }
    .wc-block-components-sidebar{
        padding: 20px !important;
    }

    [data-id="ccaa476"] .elementor-widget-container .fluentform-widget-wrapper {
        width: 100%;
    }
    [data-id="ccaa476"] .elementor-widget-container{
        flex-direction: column;
    }
    [data-id="ccaa476"] .elementor-widget-container::before{
        width: 100%;
        height: 300px;
    }
  }

  @media screen and (max-width:655px) {
    .Modern-Slider .item h3{
        font-size: 7vw;
    }
    .Modern-Slider .NextArrow{
        width: 40px;
        height: 40px;
    }
    .Modern-Slider .PrevArrow{
        width: 40px;
        height: 40px;
    }
    .headerbr h3{
        font-size: 20px;
    }

    .headerbr a{
        padding: 7px 22px;
        font-size: 13px;
    }
    .wc-block-components-sidebar{
        width: 90% !important;
        margin: auto !important;
    }
    .wc-block-cart {
        padding-top: 40px !important;
    }
}

@media screen and (max-width:655px) {
    .wc-block-checkout__sidebar .wc-block-components-product-name{
        font-size: 13px;
    }
    .price.wc-block-components-product-price span{
        font-size: 13px;
    }
}
/* 
.xoo-wsc-basket{
    right: 20px;
    bottom: 20px;
    top: unset;
}

.xoo-wsc-container, .xoo-wsc-slider{
    top: unset;
    bottom: 29px;
} */

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
    background-color: #6044b3; 
}


[data-id="178368c"]{
    background-image: url(https://webglobalwp.in/furnituredealsuk.co.uk/wp-content/themes/twentynineteen/images/new/abts2.webp);
    background-position: center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}

[data-id="178368c"]::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(73,48,164);
background: linear-gradient(90deg, rgba(73,48,164,1) 0%, rgba(94,68,172,0) 100%);
}


[data-id="297ac81"]{
    display: none;
}

[data-id="8ed257d"] .elementor-widget-container h4{
    margin-bottom: 20px;
    display: block;
    color: #beae6f;
    font-size: 17px;
}

[data-id="ca5bbed"] .elementor-widget-container h2{
    color: #e6d17d !important;
    font-family: 'Gilroy-Medium' !important;
    text-transform: uppercase;
}
[data-id="58b0d79"] .elementor-widget-container{
    color: #fff;
    font-family: 'Gilroy-Regular';
    padding-bottom: 0px;
}
[data-id="58b0d79"] .elementor-widget-container h4{
    color: #fff;
    font-family: 'Gilroy-Regular';
    margin-bottom: 26px;
}

[data-id="58b0d79"] .elementor-widget-container p{
    color: #fff;
    font-family: 'Gilroy-Regular';
}

[data-id="dfa0c52"] .elementor-widget-container{
    color: #fff;
    font-family: 'Gilroy-Regular';
    font-size: 15px;
}

.elementor-4438 .elementor-element.elementor-element-1041e3b3 .woocommerce ul.products li.product .onsale, .elementor-4438 .elementor-element.elementor-element-1041e3b3 .woocommerce ul.products li.product .eael-onsale{
    background-color: #beae6f !important;
}

.eael-product-price{
    font-size: 16px !important;
    font-family: 'Gilroy-Bold' !important;
    color: #5f44b3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.eael-product-price del{
    opacity: .8;
}
.eael-product-price ins{
    font-size: 18px;
}

.posted_in a{
    color: #583eaa;
}

@media screen and (max-width:991px) {
    [data-id="bc6f1a5"]{
        width: 100% !important;
    }
}

@media screen and (max-width:575px) {
.flex-cnnt-box a:nth-child(2){
display: none;
}
.flex-cnnt-box {
    justify-content: start !important;
}
.mc4wp-form-fields button{
    width: 38%;
    font-size: 13px;
    height: 41px !important;
    border: none;
    padding: 10px 10px !important;
}
.mc4wp-form-fields input {
    width: 58% !important;
    height: 41px !important;
}
.row{
    margin: auto !important;
}

.flexarc{
    flex-direction: column;
    gap: 10px;
}
}
.xoo-wsc-cart-trigger .xoo-wsc-sc-subt{
    color: #fff;
}

.main{
    overflow: hidden;
}

.woocommerce-breadcrumb{
    /* background: #f3f3f3; */
    /* position: absolute;
    left: 0;
    width: 100%; */
    margin: 0px;
    padding: 10px 0px;
    margin-bottom: 40px;
}

/* .woocommerce-breadcrumb::after{
    content: '';
    width: 100%;
    height: 50px;
} */

.single-product div.product{
    padding-top: 100px;
}

.woocommerce-breadcrumb a{
    color: #5e43b3;
}




body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content{
  margin: auto;
}

.has-sidebar.woocommerce-page:not(.error404) #primary{
  margin: auto;
}


.tp-img a img{
  width: 100%;
}

.tp-dt h3 a{
  color: #000;
  font-family: 'Gilroy-Bold';
  font-size: 17px;
}


.tp-dt span{
  color: #5f44b2;
    font-family: 'Gilroy-Bold';
    font-size: 18px;
}

.top-prd{
  padding: 70px 0px;
}

.bx-hvr{
  position: absolute;
  bottom: 0;
}

.adt-cart-hvr a{
  border: 1px solid #000;
  padding: 7px 20px;
  display: block;
  max-width: fit-content;
  color: #000;
}

.bx-tp{
  position: relative;
  padding-bottom: 65px;
}


.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce{
  display: flex;
  width: 100%;
  background: #fff;
  padding: 60px 20px;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation{
  background: #beae6f;
  padding: 20px;
  max-height: fit-content;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul{
  padding: 0px;
}
.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{
  padding: 9px 0;
  border-bottom: 1px solid #ffffff29;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child{
  border: none;
}
.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a{
  color: #fff;
  font-family: 'Gilroy-Medium';
  box-shadow: unset;
}


.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content p:nth-child(2){
  font-family: 'Gilroy-Medium';
  font-size: 23px;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content p:nth-child(2) strong{
  color: #5f44b6;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content p:nth-child(2) a{
  font-size: 17px;
  font-family: 'Gilroy-Medium';
  color: #0d6efd;

}



.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content p:nth-child(3){
  max-width: 700px;
  color: #000;
  font-family: 'Gilroy-Regular';
}


.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background: #49319f;
  color: #fff;
  padding: 18px 20px;
  border-radius: 10px;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-info a{
  background: #beae6f;
  box-shadow: unset !important;
  font-family: 'Gilroy-Medium';
  font-size: 15px;
  padding: 7px 17px;
  display: block;
  position: relative;
  top: -6px;
}


.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p label{
  font-size: 15px;
  font-family: 'Gilroy-Regular';
  color: #000;
  margin-bottom: 6px;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input{
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #0000002e;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p{
  max-width: 100%;
}

.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button{
  width: 400px;
  height: 54px;
  background: #5f44b2;
  color: #fff;
  border: none;
  font-family: 'Gilroy-Medium';
  margin-top: 16px;
} 


@media screen and (max-width:991px) {
  .woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{
    width: 32%;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff29;
    background: #beae6f;
  }
  .woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  background: #beae6f00;
  padding: 0px;
  max-height: fit-content;
  width: 100%;
}
}

@media screen and (max-width:575px) {
  .woocommerce-account .wrap .content-area .site-main .post-62 .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li{
    width: 48%;
  }
}


.single-product .wrap .content-area  .site-main .product .wc-tabs-wrapper .wc-tabs{
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  padding-left: 0px;
  margin-bottom: 20px;
}

.single-product .wrap .content-area  .site-main .product .wc-tabs-wrapper .wc-tabs li a{
  font-size: 23px;
  font-family: 'Gilroy-Regular';
  box-shadow: none;
  color: #000;
  opacity: .6;
}

.single-product .wrap .content-area  .site-main .product .wc-tabs-wrapper .wc-tabs li.active a{
  opacity: 1 !important;
}


#review_form .comment-respond form p label{
width: 100%;
}

#review_form .comment-respond form p textarea{
  width: 555px;
  border: 1px solid #00000026;
}

#review_form .comment-respond form p input{
  width: 555px;
  padding: 10px;
  height: 40px;
  border: 1px solid #00000026;
}


#review_form .comment-respond form p.comment-form-cookies-consent{
  display: flex;
  align-items: center;
  gap: 10px;
}

#review_form .comment-respond form p.comment-form-cookies-consent input{
  width: 13px;
  height: 13px;
}

#review_form .comment-respond form p.form-submit input{
  background: #4d32a7;
  color: #fff;
  height: 53px;
  font-family: 'Gilroy-Medium';
}

/* product ddt page */

.dlvryig{
  display: flex;
align-items: center;
justify-content: center;
margin-top: 16px;
margin-bottom: 17px;
}

.dlvryig img{
  width: 22px;
  margin-right: 7px;
}

.buyshp{
  background: #beae6f;
display: flex;
align-items: center;
justify-content: center;
padding: 16px 10px;
margin-top: 10px;
color: #fff;
}

.buyshp img{
  width: 85px;
  margin-left: 5px;
}
.flexbx-secbtn{
display: flex;
gap: 10px;
margin-top: 19px;
margin-bottom: 20px;
flex-direction: column;
}

.bxxs{
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
color: #5036a7;
width: 100%;
border: 1px solid #909090;
padding: 30px 10px;
}

.igic img{
  width: 36px;
  margin-left: 7px;
}

.woocommerce-product-attributes-item__value p{
  margin: 0px;
}

.single-product .wrap .content-area .site-main .product .entry-summary{
  position: relative;
}

.single-product .wrap .content-area .site-main .product .entry-summary h1{
  font-family: 'Gilroy-Medium';
  font-size: 35px;
  margin-bottom: 20px;

}

.single-product .wrap .content-area .site-main .product .entry-summary .price ins{
  font-size: 21px;
  font-weight: 700;
}


.single-product .wrap .content-area .site-main .product .entry-summary .woosw-btn-has-icon{
  position: absolute;
  top: -51px;
  right: 0;
  background: none;
  border: none;
  font-size: 24px;
  color: #beae6f;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice{
  background-color: #beae6f !important;
}

.single-product .wrap .content-area .site-main .product .woocommerce-product-gallery .slick-slider .slick-list .slick-track .woocommerce-product-gallery__image a .zoomtoo-container img{
  width: 100%;
}

@media screen and (max-width:991px) {
  .single-product .wrap .content-area .site-main .product .woocommerce-product-gallery{
    width: 100%;
  }


  .single-product .wrap .content-area .site-main .product .entry-summary{
    width: 100%;
  }
  .has-sidebar.woocommerce-page:not(.error404) #primary{
    padding: 0px 20px;
  }
}

#secondary{
  display: none;
}


.archive .wrap .content-area .site-main .products li a:nth-child(2){
  position: absolute;
  bottom: 107px;
  width: 100%;
  display: block;
  background: #beae6f;
  box-shadow: unset;
  color: #fff;
  font-family: 'Gilroy-Regular';
  font-size: 15px;
  padding: 9px 20px;
  margin-top: 10px;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease;
}

.archive .wrap .content-area .site-main .products li:hover > a:nth-child(2){
  opacity: 1;
  pointer-events: all;
}



.home .main .bannerSlider  .n2-ss-section-main-content{
  margin: auto;
  text-align: center !important;
  align-items: flex-end;
  display: flex;
  height: 100%;
  padding-bottom: 40px !important;
}

.home .main .bannerSlider  .n2-ss-section-main-content div{
  margin: 4px auto;
}

.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(1) .n2-ss-item-content{
  display: block !important;
  font-family: 'Gilroy-Regular' !important;
  letter-spacing: 6px !important;
  font-weight: 200 !important;
}

.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(2) .n2-ss-item-content{
  font-family: "Italiana", serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  font-size: 3rem !important;
}

.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(3) .n2-ss-item-content{
  display: none;
}

.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(4) {
  margin-top: 140px;
}

.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(4) .n2-ss-button-container a{
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

/* .home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(4) .n2-ss-button-container a:hover{
  background: none !important;
}


.home .main .bannerSlider  .n2-ss-section-main-content div:nth-child(4) .n2-ss-button-container a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
} */

.home .main .bannerSlider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls .n2-ss-control-bullet{
  display: none;
}

.bannerSlider div#n2-ss-2 .n2-ss-slider-3{
  height: 100vh;
}

div#n2-ss-2 .nextend-arrow img {
  width: 20px !important;
}


.tpheader h3{
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
}

.tpheader p{
  font-family: 'Gilroy-Regular';
  max-width: 625px;
  font-size: 15px;
}

.slick-dots{
  display: none;
}


/* hamburger menu */


.ham{
  width: 32px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 42px;
  padding: 0px 4px;
  position: relative;
  top: -5px;

}

.ham span{
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e1b552;
  
}


.ham span:nth-child(2){
  margin: 7px 0px;
}


    /* mobile menu --------------------------------- */


    .mobile-menu{
      background: #fff;
      padding: 30px;
      position: fixed;
      top: 0;
      right: 0;
      width: 310px;
      height: 100%;
      z-index: 99999999;
      /* background-image: url('../images/home/about_us/aboutus-inner.webp'); */
      background-position: initial;
      background-size: cover;
      background-color: #ffffff;
      background-blend-mode: saturation;
      transform: translateX(500px);
      transition: .3s ease;
      display: none;
      flex-direction: column;
      /* justify-content: space-between; */
      padding-top: 100px;
  }


  .close-items {
      width: 37px;
      height: 37px;
      position: absolute;
      right: 20px;
      top: 20px;
      background: #000;
      border-radius: 100px;
      padding: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
  }

  .close-items svg{
      fill: #fff;
      width: 100%;
      height: auto;
  }

  .showmbmenu{
      transform: translateX(0px); 
      transition: .3s ease;

  }

  .mob-main_nav_menu{
      list-style: none;
      padding: 0px;
      margin: 0px;
  }
  .mob-list_nav_a{
      padding: 10px 0px;
      display: block;
      color: #000000;
      font-size: 15px;
      font-weight: 500;
      position: relative;
      transition: .3s ease;
  }

  .mob-list_nav_a:hover{
      color: #ff3807;
  }

  .mboverlay{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 60;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .3s ease;
  }

  .showoverlaymb{
      opacity: .5;
      visibility: visible;
      pointer-events: all;  
  }

  .header-title-mob{
      margin-bottom: 30px;
  }

  .mob-nav-social{
      display: flex;
      align-items: center;
      margin-top: 20px;
  }

  .mob-nav-social a {
    color: #ffffff;
    display: flex
;
    width: 35px;
    height: 35px;
    background: #beae6f;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
  }


  .header-title-mob h3{
  color: #ffff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Italiana';
  letter-spacing: 1px;
  }


    
@keyframes marquee{
  0%{ transform: translateX(0)}
  100%{transform: translate(-50%)}
  }
  .tech-i {
      width: 100%;
  }
  .tech-i img{
      width: 100%;
      height: 66px;
      object-fit: contain;
  }







.single-product .wrap .content-area  .site-main .product .related ul li a:nth-child(2){
    position: absolute;
    bottom: 107px;
    width: 100%;
    display: block;
    background: #beae6f;
    box-shadow: unset;
    color: #fff;
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    padding: 9px 20px;
    margin-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
  }

  .single-product .wrap .content-area  .site-main .product .related ul li:hover > a:nth-child(2){
    opacity: 1;
    pointer-events: all;
  }



@media screen and (max-width:1280px) {
  .tm-ttl{
    font-size: 13px;
  }
  .flex-cnnt-box a{
    font-size: 13px;
  }
}

@media screen and (max-width:1200px) {
  .main_nav_menu li a{
    margin: 0px 12px;
    font-size: 13px;
  }
}


@media screen and (max-width:1050px) {
  .tm-ttl{
    display: none;
  }
}


@media screen and (max-width:991px) {
  .navigation_lists{
    display: none;
  }
  .ham{
    display: flex;
  }
  .chat_flex_box{
    width: 100%;
  }
  .main_nav_menu{
    flex-direction: column;
    align-items: baseline;
  }
  .main_nav_menu li a{
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
  }
  .main_nav_menu li {
    padding: 14px 0px !important;
    width: 100%;
}
.main_nav_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  border-top: 1px solid #00000024;
  padding-top: 20px;
  height: 64vh;
        overflow-y: scroll;
        overflow-x: hidden;
}

.mob-nav-social{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.main_nav_menu li a svg {
  width: 17px;
  fill: #000000;
  height: 12px;
  position: relative;
  top: -1px;
}

.sub-menu{
  position: unset;
  display: none;
  width: 100%;
  transition: unset;
  box-shadow: unset;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.sub-menu li{

}
.sub-menu li a{
 color: #000;
}
.mobile-menu{
  display: flex !important;
}
}

@media screen and (max-width:767px) {
  .lgrgltr{
    display: none;
  }
  .xoo-wsc-basket{
    top: 91px;
    right: 71px;
  }
  .ham{
    margin-left: 100px; 
  }
  .chat_flex_box{
    margin-right: 0px;
  }
  .container-port {

    padding: 0px 10px;
}
.logo {
  width: auto;
}
.products{
  padding-top: 50px !important;
  padding: 0px;
}
}

@media screen and (max-width:575px) {
  .products li a h2 {
    font-family: 'Gilroy-Medium' !important;
    font-size: 13px !important;
  }
  .products li a .price{
    font-size: 12px;
  }
  .ham{
    top: -1px;
  }
  .headeriner h1{
    font-size: 22px !important;
  }
  .single-product .wrap .content-area .site-main .product .entry-summary h1{
    font-size: 26px;
  }
  .xoo-wsc-basket {
    border-radius: 9px;
    display: flex;
top: 82px;
    width: 30px;
    height: 30px;
}
  .lg-rg-bx{
    position: absolute;
    top: -81px;
    right: -1px;
  }

  .container-port {
    padding: 0px 10px;
}
.logo img {
  width: 81px !important;
  margin-bottom: 14px;
  max-width: unset !important;
}

.home .main .bannerSlider .n2-ss-section-main-content div:nth-child(4) {
  margin-top: 40px;
}

.home .main .bannerSlider .n2-ss-section-main-content div:nth-child(2) .n2-ss-item-content{
  font-size:8vw !important
}
.home .main .bannerSlider .n2-ss-section-main-content div:nth-child(1) .n2-ss-item-content{
 letter-spacing: 3px !important;
}
.bnrsld img{
  height: 400px !important;
}
}

.rgtfxd{
  right: 1px !important;
}

.newarvslider .new-arrival-item{
  height: 400px;
  display: flex !important;
  align-items: center;
  padding: 0px 50px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.newarvslider .new-arrival-item::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(94,68,172);
background: linear-gradient(83deg, rgba(94,68,172,1) 0%, rgba(94,68,172,0) 100%);
}

.new-arrival-content{
  max-width: 600px;
  position: relative;
  z-index: 5;
}

.new-arrival-content h3{
  font-family: 'Gilroy-Bold';
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.new-arrival-content p{
  color: #fff;
  font-size: 18px;
  margin-bottom: 36px;
}

.new-arrival-content a{
  background: #beae6f;
  color: #fff;
  border-radius: 0px;
  padding: 12px 44px;
  text-transform: uppercase;
  font-family: 'Gilroy-Medium';
  letter-spacing: 2px;
  transition: .3s ease;
}

.new-arrival-content a:hover{
  background-color: #000;
  color: #fff;
}

@media screen and (max-width:575px) {

  .newarvslider .new-arrival-item{
    padding: 0px 20px;
  }

  .new-arrival-content h3{
    font-size: 24px;
  }
  .new-arrival-content p{
    font-size: 15px;
  }
}