@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}
a.view{
    color: #266bf9 !important;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex-wrap: wrap;
}
td.view{
    color: #266bf9 !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-md,
.container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 32px;
  position: relative;
  visibility: visible;
  scroll-behavior: none;
  color: #3a3a3a;
}
body[dir=rtl] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}

textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
  outline: 0;
}

label {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 45px;
  padding: 6px 80px 6px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  color: #3a3a3a;
  border-radius: 5px;
  background-color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

input:focus,
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 20px;
  padding-right: 10px;
  outline: 0;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.pt-100px {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100px {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-100px {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-100px {
    padding-top: 60px;
  }
}

.pb-100px {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-100px {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-100px {
    padding-bottom: 60px;
  }
}

.pt-70px {
  padding-top: 70px;
}

.pb-40px {
  padding-bottom: 40px;
}

.line-height-1 {
  line-height: 1;
}

.mt-25px {
  margin-top: 25px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-20px {
  margin-left: 20px;
}

.ml-15px {
  margin-left: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.ml-5px {
  margin-left: 5px;
}

.ml-10px {
  margin-left: 10px;
}

.pl-35px {
  padding-left: 35px;
}

.pr-35px {
  padding-right: 35px;
}

.mb-n-50 {
  margin-bottom: -50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.bg-black {
  background-color: #2f333a;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-white {
  background-color: #ffffff;
}



/* my start css */

h2{
    font-size: 48px;
}
p{
    font-size:16px;
    line-height:22px;
}

.mySection{
    position: relative;
    padding: 120px 20px;
}

.homeBanner{
    width: 100%;
    min-height: 90vh;
    position: relative;
    padding: 120px 20px;
    display: flex;
    align-items: center;
}
.homeVideo{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
    object-fit: cover;
    filter: brightness(0.6);
}

.homeBannerContent{
    width: 100%;
    max-width: 900px;
    justify-content: center;
    text-align: center;
    display: grid;
    position: relative;
    z-index: 2;
    margin: auto;
}
.homeBCBtns{
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.myBtn{
    background: #266bf9;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    width: max-content;
        position: relative;
        transition: 0.4s;
}
.myBtn span{
    position:relative;
    z-index:2;
    font-size:14px;
}
.myBtn:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 10px;
    transition: 0.4s;
    opacity: 0;
    background: #fff;
}
.myBtn:hover{
    color:#fff;
}
.myBtn:hover:after{
    width: 100%;
    opacity: 1;
    background: #1b54d6;
    bottom: 0% !important;
    border-radius: 10px;
}
.homeBB2{
    margin: auto;
    background: #fff;
    color: #266bf9;
}
.homeBB2:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 10px;
    transition: 0.4s;
    opacity: 0;
    background: #266bf9;
    border-radius: 10px;
}
.homeBB2:hover{
    color:#fff;
}
.homeBB2:hover:after{
    width: 100%;
    opacity: 1;
    background: #266bf9;
    bottom: 0% !important;
    
}


.homeBCH1{
        color: #fff;
    font-size: 60px;
}
.homeBCP{
    color: #d7d7d7;
    font-size: 16px;
}
.myBtnSvg{
        display: flex;
    grid-gap: 0 10px;
    align-items: center;
}
.myBtn:hover svg path{
    transition: 0.4s;
}
.myBtnSvg svg{
        font-size: 20px;
}
.myBtn:hover svg path{
    fill:#fff;   
}
.homeBB2:hover svg path{
    fill:#fff;
}
.header-actions .myBtn span{
    font-size:12px;
}
.header-actions .myBtn{
    padding:6px 20px;
}

.homeCatAll{
        display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 20px;
}
.homeCBlock{
    display: flex;
    align-items: center;
    grid-gap: 0 10px;
    border: 2px solid #266bf957;
    padding: 5px 12px;
    border-radius: 10px;
    color:#454545;
}
.homeCBlock img{
        width: 56px;
    height: 56px;
    object-fit: contain;
}
.homeCBlock span{
    font-size: 13px;
    FONT-WEIGHT: 600;
    line-height: 19px;
}
.homeCBlock:hover{
    border: 2px solid #266bf9;
    color:#454545;
}

.myH2{
    position: relative;
    font-weight: 600;
    font-size: 48px;
    margin: auto;
    margin-bottom: 60px;
    width: auto;
    text-align: center;
}
.myH2P{
    color: #454545;
    font-size: 18px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 0;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 60px !important;
}
.myH2 span{
    position: relative;
    z-index: 2;
    word-wrap: break-word;
    word-break: break-word;
}
.myH2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20%;
    height: 35%;
    background: #266bf9;
    z-index: 1;
    border-radius: 10px;
    transform: translateX(-50%);
}
.homeHelp{
    background: #266bf9;
    padding:20px;
}
.homeFZ{
        display: flex;
}

.homeFZH2{
        color: #fff;
    width: 30%;
    display:flex;
    align-items:center;
}
.homeFZButton{
        background: #454545;
    color: #fff;
}
.homeFZBtn a{
    margin:0;
    border:1px solid transparent;
}
.homeFZBtn a:hover{
    border:1px solid #fff;
}

.homeFZBtn{
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: end;
}
.homeFZMain{
    display:grid;
    width: 70%;
}
.homeFZMain .myBtn{
    padding:6px 20px;
}
.homeFZForm{
        justify-content: end;
    display: flex;
    margin-top: 30px;
    grid-gap: 20px;
}
.homeFZFormInput{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    min-width: 100px;
    padding: 5px 0;
    height: 43px;
    color: #fff;
    width: inherit;
}
.homeFZFormInput:focus-visible{
    color:#fff;
}
.homeFZFormInput::placeholder{
    color:#fff;
}
.homeFZFormButton{
    border: 0;
    width: max-content;
    padding: 6px 20px;
    background: #454545;
    height: 43px;
    color: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #454545;
}

.servAll{
        display: flex;
    grid-gap: 30px;
}
.servAMain{
    padding: 40px;
    border-radius: 30px;
    background: #266bf9;
    width: 40%;
    position:relative;
}
.servAMain > svg{
position: absolute;
    bottom: 30%;
    left: 10px;
    font-size: 120px;
    transform: rotate(-25deg);
    opacity: 0.3;
}
.servAOBlock > svg{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 120px;
    transform: scaleX(-1) rotate(25deg);
    opacity: 0.3;
}
.servAOther{
        width: 60%;
    display: grid;
    grid-gap: 20px;
}
.servAOBlock{
    position:relative;
    background: #454545;
    padding: 40px;
    border-radius: 30px;
    width: 100%;
}
.servH2{
        color: #fff;
    margin-bottom: 15px;
}
.servP{
        color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.servUl{
    
}
.servUl li{
    color:#fff;
}
.servUl li:before{
    content: "-";
    color: #fff;
    margin-right: 10px;
}

.servBtn{
    background: #454545;
    padding: 12px 30px;
    margin-top: 60px;
    display: block;
}

.homeStages{
    
}
.stageAll{
    display: grid;
    /*grid-gap: 60px;*/
}
.stageBlock{
        display: flex;
    width: 100%;
}
.stageBlock:not(:first-child){
        margin-top: -20px;
}
.homeStages .stageBlock:not(:first-child){
    margin:0;
}
.homeStages .stageAll{
    grid-gap:60px;
}
.stageBlockReverse{
    flex-direction: row-reverse;
}
.sBContent{
        width: 60%;
    display: flex;
    grid-gap: 30px;
    border: 2px solid #266bf957;
    border-radius: 30px;
    padding: 30px;
    align-items: center;
}
.sBContent > img{
    width: 100%;
    max-width: 150px;
}
.sBC{
        display: grid;
}
.sBC h2{
    font-size:30px;
}
.refBlocksH2{
    font-size:30px;
        font-weight: 600;
}
.sBC p{
    
}
.sBArrow{
    width: 40%;
    position: relative;
}
.sBA1{
    width: 50%;
    position: absolute;
    border: 1px dashed #616161;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sBA2{
    height: calc(50% + 60px);
    position: absolute;
    border: 1px dashed #616161;
    bottom: -60px;
    right: 50%;
    transform: translatex(-50%);
}
.sBArrow svg{
    position: absolute;
    bottom: -77px;
    left: 49.7%;
    transform: translateX(-50%);
    font-size: 50px;
}

.stageBlockReverse .sBA1{
    right: initial;
    left: 50%;
}
.stageBlockReverse .sBContent{
        flex-direction: row-reverse;
}
.stageBlock:last-child .sBArrow{
    display:none;
}

.feature-wrapper{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 44px 16px !important;
    align-items: stretch;
}
.fBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-right: 1px solid #636363;
    padding: 8px 18px;
    min-width: 0;
    text-align: center;
}
.fBlock:last-child{
    border:0;
}
.fBNum{
    display: inline-flex;
    font-size: 40px;
    font-weight: 800;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-right: 16px;
    color:#fff;
    line-height: 1;
    white-space: nowrap;
}
.fBNum SVG{
    position: absolute;
    top: -2px;
    right: -4px;
    font-size: 20px;
}
.fBContent{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
    line-height: 1.35;
    opacity: 0.6;
    text-transform: uppercase;
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 100%;
}
.featureSection{
    background:#454545;
}

.faq-area h3.panel-title{
    background-color: transparent !important;
    border-bottom: 0!important;
}
/*.single-my-account{
    border: 0!important;
}*/
.faq-area .single-my-account .panel-body{
    padding: 20px 45px !important;
    font-size: 14px;
    line-height: 20px !important;
}
.faq-area .single-my-account h3.panel-title a{
    color:#454545;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true]{
    color:#266bf9;
    
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] + span{
    color:#266bf9;
}
.faq-area .single-my-account h3.panel-title a:hover + span, .faq-area .single-my-account h3.panel-title a:hover{
    color:#266bf9;
}
.faq-area .single-my-account h3.panel-title a:before{
    background-color: #303234;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20V4m-7 9l7 7l7-7'/%3E%3C/svg%3E");
    content: "" !important;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition:0.6s;
}
.faq-area .single-my-account h3.panel-title a:hover:before{
    background-color:#266bf9;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true]:before{
    transform:rotate(180deg);
    background-color:#266bf9;
}
.faqRightImg{
        width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.shopProducts{
    background:#f1f1f1;
}

.shopProductAll{
        display: grid;
    grid-gap: 60px;
}
.shopPBlock{
    position: relative;
}

.shopPBOther{
   /* padding: 0 10px;*/
/*    height: 56px;*/
    margin-top: -46px;
}
.shopPBOther .shopPBCBlock{
    background:transparent;
    /*    margin-top: -50px;*/
}
.shopPBOther .shopPBCPrice{
        position: relative;
    top: 10px;
        background: #c6d5f3;
    border-radius: 10px 10px 0 0;
}
.shopPBOther .shopPBCPrice > span{
    color: #454545;
    background: #c6d5f3;
    overflow: initial;
    white-space: normal;
    height: initial;
    font-size: 13px;
}
.shopPBOther .shopPBCPrice > span > span{
    text-align:center;
}
.shopPBContent{
    background: #fff;
   /* padding: 10px;*/
}
.shopPBCBlock{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    padding: 10px 15px;
    position:relative;
}
.shopPBCBlock:after{
    content: "";
    width: 97%;
    position: absolute;
    border: 1px solid #ccc;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.shopPBCBlock:last-child:after{
    display:none;
}
.shopPBCBlock:first-child{
    border-radius: 5px 5px 0 0;
}
.shopPBCBlock:last-child{
    border-radius: 0 0 5px 5px;
}
.shopPBCImg{
    width: 40px;
    margin-right: 15px;
    flex: none;
    position:relative;
}
.shopPBCImg > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position:relative;
    z-index:2;
    filter: drop-shadow(0px 0 1px #222);
}
.shopPBCName{
    flex: 1 0;
    font-size: 15px;
    line-height: 20px;
}
.shopPBCPrice{
    width: 274px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5px;
    margin-left: 20px;
    color: #373A47;
}
.shopPBCPrice > span{
    flex: 1 0;
    width: auto;
    height: 30px;
    line-height: 1;
    padding: 5px;
    position: relative;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    color: #454545;
    text-align: left;
    background: #266bf936;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
}
.shopPBCPrice span > span{
        margin: auto;
}
.shopPBCButton{
    width: 120px;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    vertical-align: middle;
    margin-left: 30px;
}
.shopPBCButton button{
        padding: 6px 20px;
}
.shopPBCButton button:hover{
    color:#fff;
}
.shopPBCButton button:hover:after{
    background: #2682f9;
}

.shopPBTopImg{
    background: #fff;
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    grid-gap: 0 5px;
    width: max-content;
    font-size: 14px;
}
.shopPBTopImg img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.shopPBTopName{
        color: #454545;
    font-weight: 500;
    font-size: 20px;
}
.shopPBTop{
    border-radius: 15px 15px 0 0;
    background: url(/img-bb/shopTableBack.webp);
    padding: 10px 25px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.shopTableToCat{
        margin: auto;
    display: block;
    margin-top: 20px;
}
.shopTableToCat:hover{
    color:#fff;
}
.shopTableToCat:hover:after{
    background: #2682f9;
}
.shopTableToCat:hover svg path{
    fill:#fff;   
}
.faqRightImgShop{
        width: 50%;
    object-fit: contain;
    margin: auto;
    display: block;
    height: inherit;
}


.callback-bt {
    display:none;
    background: #4fce5d;
    border: 2px solid #4fce5d;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(79, 206, 93, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.callback-bt .text-call a{
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 40px;
    position: relative;
    top: -3px;
}
@keyframes hoverWave{
0%{
    box-shadow: 0 8px 10px rgba(79, 206, 93, 0.3), 0 0 0 0 rgba(79, 206, 93, 0.3), 0 0 0 0 rgba(79, 206, 93, 0.3);
}
40% {
    box-shadow: 0 8px 10px rgba(79, 206, 93, 0.3), 0 0 0 15px rgba(79, 206, 93, 0.3), 0 0 0 0 rgba(79, 206, 93, 0.3);
}
80% {
    box-shadow: 0 8px 10px rgba(79, 206, 93, 0.3), 0 0 0 30px rgba(89, 103, 116, 0), 0 0 0 26.7px rgba(89, 103, 116, 0.067);
}
100% {
    box-shadow: 0 8px 10px rgba(79, 206, 93, 0.3), 0 0 0 30px rgba(89, 103, 116, 0), 0 0 0 40px rgba(89, 103, 116, 0.0);
}
}

.myModal{
    background: #2222228c;
}
.myModal .modal-dialog{
    max-width: 800px;
}
.modalH2{
text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    padding-right: 25px;
}
.modalBColor{
    color:#266bf9;
}
.myModal p{
    text-align: left;
}
.modalBtns{
display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 40px;
}
.myModal .modal-content{
    position:relative;
    overflow:hidden;
}
.myModal .modal-body{
    position: relative;
    z-index: 12;
}
.myModal .modal-content:before{
    content: "";
    width: 100px;
    height: 100px;
    background: #266bf982;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: 2;
}
.myModal .modal-content:after{
    content: "";
    width: 150px;
    height: 150px;
    background: #90b4fcba;
    border-radius: 50%;
    position: absolute;
    bottom: -75px;
    right: -75px;
    z-index: 1;
}

.pageCircleBackground{
    height: 220px;
    width: 220px;
    position: fixed;
    background: #d1d10d;
    top: 50%;
    left: 10px;
    border-radius: 50%;
    filter: blur(150px);
    z-index:2;
}
.pageCircleBackground2{
    height: 220px;
    width: 220px;
    position: fixed;
    background: #266bf9;
    top: 10%;
    right: 10px;
    border-radius: 50%;
    filter: blur(150px);
    z-index:2;
}
.pageCircleBackground3{
    height: 220px;
    width: 220px;
    position: fixed;
    background: #d13c0dcf;
    bottom: -110px;
    right: 30%;
    border-radius: 50%;
    filter: blur(150px);
    z-index: 2;
}
.container{
    position:relative;
    z-index:4;
}

.agencyFH4{
    font-size: 20px;
    color: #266bf9;
}
.agencyFH2{
    font-size: 40px;
    margin-bottom: 10px;
}
.agencyFP{
    margin-bottom: 30px !important;
    font-size: 16px;
}
.agencyFLeftH4{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.agencyFLeftH4:first-child{
    margin-top:0;
}
.agencyFLeftH4 span{
    font-size: 14px;
}
.agencyFGroup{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.agencyFGroupSpan{
    
}
.agencyFGroupSpan label{
    display: flex;
    flex-wrap: nowrap;
    height: 41px;
    display: flex;
    align-items: center;
    border: 1px #cfe3ff solid;
    border-radius: 8px;
    position: relative;
    background: none;
    overflow: hidden;
    cursor: pointer;
    margin-bottom:0;
}
.agencyFGroupSpan input{
        z-index: 1;
    position: absolute;
    appearance: none;
    width: 26px;
    height: 24px;
    left: 8px;
    top: 8px;
    background-color: #0078ff29;
    border: none;
    border-radius: 6px;
}
.agencyFGroupSpan span{
color: #266bf9;
    font-size: 16px;
    font-weight: 400;
    user-select: none;
    z-index: 1;
    position: relative;
    padding: 0 20px 0 45px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
    letter-spacing: -0.36px;
}
.agencyFGroupSpan span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0078ff29;
    z-index: -1;
}
.agencyFGroupSpan input[type='checkbox']:checked+span::after {
    background-color: #0078ff;
}
.agencyFGroupSpan input[type='checkbox']:checked {
    background-color: rgba(255, 255, 255, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
.agencyFGroupSpan input[type='checkbox']:checked::after {
    content: '✔';
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.agencyFGroupSpan input[type='checkbox']:checked+span {
    color: #fff;
}

.advSlider{
    
}
.advSHeader{
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    align-items:center;
}
.advSHeader h2{
    font-size: 48px;
    margin:0;
}
.advSliderMain{
    
}
.advCarousel  .owl-stage{
    display: flex;
}
.advBlock{
    padding: 40px;
    display: grid;
    border-radius: 30px;
    color: #fff;
    height:100%;
    align-content: flex-start;
}
.advBlock h4{
    color:#fff;
}
.advBlockLight h4{
    color:#222;
}
.advBlockLight{
    background: #f4f4f4;
    color:#222;
}
.advBlockDark{
    background: #454545;
}
.advBlockOther{
    background: #266bf9;
}
.advBlock h4{
    font-size: 34px;
}
.advBlock p{
    font-size: 16px;
    line-height: 22px;
}
.advBlock img{
    transform: rotate(-15deg);
    margin-bottom: 40px;
    width: 100px !important;
    height: 100px;
    object-fit: contain;
}

.advCarousel .item{
        display: grid;
    height: 100%;
}

/*.advContainer{
    display:grid;
}
.advCarousel .owl-item{
        height: 100%;
    display: flex;
}
.advCarousel .owl-stage-outer{
    display:flex;
}*/



.advHome{
    overflow:hidden;
}
.advCarousel .owl-nav, .advCarousel .owl-dots {
    display: none;
}

.AdvcustomNextBtn{
    width: 56px;
    height: 56px;
    border: 1px solid #454545 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition:0.3s;
    cursor:pointer;
}
.AdvcustomPrevBtn{
    width: 56px;
    height: 56px;
    border: 1px solid #454545 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition:0.3s;
    cursor:pointer;
}
.AdvcustomNextBtn:hover, .AdvcustomPrevBtn:hover{
    background:#454545;   
}
.AdvcustomNextBtn svg{
    transform: rotate(90deg);
    font-size: 20px;
    transition:0.3s;
}
.AdvcustomPrevBtn svg{
    transform: rotate(-90deg);
    font-size: 20px;
    transition:0.3s;
}
.AdvcustomNextBtn:hover svg path, .AdvcustomPrevBtn:hover svg path{
    fill:#fff;
}
.advCarouselBtns{
    display: flex;
    grid-gap: 0 15px;
}

/*.AdvcustomDots{
        display: flex;
    grid-gap: 0 7px;
    align-items: center;
    margin-right: 30px;
}
.AdvcustomDots li{
    width: 8px;
    height: 8px;
    background: #454545;
    border-radius: 50%;
}
.AdvcustomDots li.AdvcustomDotsActive{
    background:green;
}*/

/*.advCarousel .owl-nav button{
    transition: all .4s ease;
    width: 56px;
    height: 56px;
    border: 1px solid #454545 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
        position: relative;
}

.advCarousel .owl-nav button span{
    font-size: 0;
}
.advCarousel .owl-nav button:first-child span:after{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .4s ease;
    transform: translate(-50%, -50%) rotate(-90deg);
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23454545' fill-rule='evenodd' d='M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.advCarousel .owl-nav button:last-child span:after{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .4s ease;
    transform: translate(-50%, -50%) rotate(90deg);
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23454545' fill-rule='evenodd' d='M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14' clip-rule='evenodd'/%3E%3C/svg%3E");
}*/

.advCarousel .owl-nav button:hover{
    background:#454545!important;
}
.advCarousel .owl-nav button:hover span:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8 14a.75.75 0 0 1-.75-.75V4.56L4.03 7.78a.75.75 0 0 1-1.06-1.06l4.5-4.5a.75.75 0 0 1 1.06 0l4.5 4.5a.75.75 0 0 1-1.06 1.06L8.75 4.56v8.69A.75.75 0 0 1 8 14' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.referalFirst  .contact-wrapper{
        background: #454545;
}
.referalFirst h2, .referalFirst p{
    color:#222;
}
.refFAll{
        display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 30px;
}
.refFBlock{
    background: #2f2f2f;
    border-radius: 30px;
    padding: 40px;
    display: grid;
    align-content: baseline;
}
.refFBlock h4{
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight:600;
}
.refFBlock a{
        margin-top: 40px;
}
.refFBlock p{
    color: #c9c9c9;
    font-size: 15px;
    margin:0!important;
}
.refFBlock img{
        width: 84px;
    height: 84px;
    object-fit: contain;
    margin-bottom: 30px;
}
.refSpanAbs{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #266bf9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    transform: translateY(-50%) rotate(45deg);
}
.referalFirst .row{
    position: relative;
}
.marginBottom30{
    margin-bottom:30px;
}
.referalFirst .contact-wrapper .agencyFH2{
    color:#fff;
}
.referalFirst .contact-wrapper .refFBlock{
    background:#f4f4f4;
        align-content: space-between;
    position:relative;
        overflow: hidden;
}
.referalFirst .contact-wrapper .refFBlock:after{
    content: "";
    background: url(/img-bb/refBackBlock.png);
    width: 100px;
    height: 110px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    right: 20px;
    z-index: 1;
}
.referalFirst .contact-wrapper .refFBlock h4, .referalFirst .contact-wrapper .refFBlock p{
    color:#222;
}
.referalFirst .contact-wrapper .refFAll{
    grid-template-columns:repeat(2, auto);
}

.referalFirst .sBContent{
    display:grid;
    background:#fff;
    position:relative;
}
.ref3Bottom{
    display: flex;
    grid-gap: 20px;
}
.ref3Bottom img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 20px;
    
}
.ref3Go{
    
}
.ref3Go ul{
    padding-left:20px;
}
.ref3Go li{
        list-style: disc;
    line-height: 20px;
}
.ref3Go li:not(:last-child){
    margin-bottom:10px;
}
.refSpanAbs2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #266bf9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 36px;
    transform: translate(-50%, -50%) rotate(90deg);
}
.referalFirst .stageBlock .sBArrow, .referalFirst .stageBlock:last-child .sBArrow{
    display:block;
}
.referalFirst .sBArrow svg{
position: initial;
    bottom: initial;
    left: initial;
    font-size: inherit;
    transform: none;
}
.referalFirst .stageBlockReverse .refSpanAbs2{
    transform: translate(-50%, -50%) rotate(-90deg);
}

.shopPBCImgFlag{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.shopPBCImgFlag2{
        width: 24px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}
.shopPBCImgFlag3{
    
}
.shopPBCImgFlag img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopPBCImgFlag2 img{
        width: 100%;
    object-fit: contain;
}
.shopPBCImgFlag3 img{
    
}
.shopPBCPriceAbsMobile{
    position: absolute;
    top: 3px;
    text-align: center;
    font-size: 10px;
    left: 0;
    width: 100%;
    font-weight: 500;
    display:none;
}

.shopModal{
    
}
.shopModal .modal-dialog{
    max-width: 690px;
    padding: 10px;
}
.shopModal .modal-content{
    background-color: #e7e7e7;
}
.sMLeft{
    text-align: left;
}
.sMLeft p{
    font-size: 15px;
    margin-bottom: 15px;
}
.sMLeft p::selection{
    color:#3a3a3a;
    background:#e7e7e7;
}
.SMLPrice{
    font-size: 30px;
    color: #266bf9;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.sMRight{
    text-align: left;
}
.SMRBlock{
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #c9c9c9;
    padding: 15px;
    height: 100%;
    display: grid;
    align-items: center;
    align-content: center;
}
.SMRBlock h4{
    font-size: 20px;
    font-weight: 600;
}
.SMRBlock p{
    font-size: 15px;
}
.shopMBody{
padding: 30px 32px;
    display: grid;
    grid-gap: 30px 15px;
    grid-template-columns: repeat(2, 49%);
}
.shopMLogo{
    text-align: left;
}
.shopMLogo img{
    width: 100%;
    max-width: 110px;
}
.shopCopy{
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 6px 20px;
    box-shadow: 0 15px 20px rgb(38 107 249 / 15%);
}
.shopCopy:hover:after{
    width: 100%;
    opacity: 1;
    background: #fff;
    bottom: 0% !important;
    border-radius: 10px;
}
.shopCopy:hover{
    color:#fff;
}
.shopCopy:hover svg path{
    fill:#fff;
}
.shopCopy:hover:after {
    background: #2682f9;
}
.shopCopy svg{
        font-size: 20px;
}
.shopCopy span{
        display: flex;
    align-items: center;
    grid-gap: 10px;
}

.sMBottom{
    display: grid;
    grid-gap: 10px;
}
.sMBottom a{
    width: 100%;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 6px 20px;
    justify-content: unset;
    display: flex;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
}
.sMBottom a span{
    color: #454545;
    margin: 0;
    position: relative;
    margin-left: 30px;
    font-weight: 600;
    font-size: 16px;
}
.sMBottom a span svg{
    font-size: 28px;
    margin-right: 10px;
}
.sMBottom a:hover:after{
    width: 100%;
    opacity: 1;
    background: #fff;
    bottom: 0% !important;
    border-radius: 10px;
}
.sMBottom a:hover{
    color:#454545;
}
.sMBottom a:hover svg path{
    fill:#454545;
}
.sMBottom a:last-child:hover svg path{
    fill:none;
}
.sMBottom a:hover:after {
    background: #e5e5e5;
}
.headerFull{
    position:relative;
}
.headerFull:after{
    content: "";
    position: absolute;
    left: -14px;
    height: 60%;
    border: 1px solid #a5a5a5;
    top: 50%;
    transform: translateY(-50%);
}
.headerFullBalancy{
    background: #454545;
    color: #fff;
    display: flex !important;
    grid-gap: 0 13px;
    align-items: center;
}
.headerFullBalancy span{
    background: #fff;
    color: #454545;
    border-radius: 10px;
    padding: 2px 10px;
    height: 30px;
    display: flex;
    align-items: center;
}
.headerFullBorder{
    border:1px solid #fff;
}
.accDownloads tbody tr td:first-child{
    text-align:left;
}
.payTab{
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1.5rem;
    display: flex;
    box-shadow: inset 0 0 0 1px rgba(0, 98, 224, .3);
}
.payTab.active{
        color: #fff;
    background-color: #266bf9;
    box-shadow: 0 0 15px 3px rgba(0, 98, 224, .6), inset 0 0 0 1px #fff;
}
.payTab img{
    margin: auto;
}
.payTab span{
        color: #454545;
    font-size: 15px;
}
.payTab.active span{
    color:#fff;
}
.payTabs{
        display: flex !important;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.payTabs a:before{
    display:none;
}

.payAll{
    display: grid;
    grid-template-columns: repeat(2, 48.7%);
    grid-gap: 30px;
}
.payBlock{
    background: #f4f4f4;
    border-radius: 30px;
    padding: 30px;
}

.payBlockHeaderH4{
    font-size: 18px;
        margin: 0;
}
.payBIDown{
    display:flex;
        grid-gap: 10px;

}
.payBIDown > div{
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    color: #aeb2bc;
    overflow-wrap: break-word;
    flex: 1;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 300;
}
.payInputsAll{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 5px 20px;
    justify-content: space-between;
}
.payBInputCol6{
    width: 48%;
}
.payBInputCol12{
    width: 100%;
}
.payBILabel{
    font-size: 12px;
    color: #545973;
    font-weight: 500;
}

.payBICopy{
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    box-shadow: none;
}
.payBICopy span svg{
    font-size:18px;
}

.payBlockHeader{
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 5px;
}
.payTabsTabs{
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    background-color: #266bf90d;
    border-radius: 30px;
    justify-content: flex-end !important;
    padding: .5rem;
    display: flex !important;
    margin: 0 !important;
}
.payTabTab{
    font-size: 14px;
    background: transparent;
    color: #000;
    border-radius: 20px;
    padding: 0px 10px;
    font-weight:500;
}
.payTabTab:hover{
    color: #000;
}
.payTabTab.active{
    font-size: 14px;
    background: #266bf9;
    color: #fff;
    border-radius: 20px;
    padding: 0px 10px;
}


.shopCopy:hover{
    border: 1px solid #266bf9;
}
.shopCopy:hover:after{
    display:none;
}
.payBICopy:hover svg path{
    fill:#454545;
}

.payBIDown > div::selection{
    color:#aeb2bc;
    background:transparent;
}

.payBIINPUT{
        border: 1px solid #e9e9e9;
    border-radius: 8px;
    color: #aeb2bc;
    overflow-wrap: break-word;
    flex: 1;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 300;
    transition:0.4s;
}
.payBIINPUT::placeholder{
    color:#aeb2bc!important;
}
.payBIINPUT:focus-visible{
    border:1px solid #266bf9;
}
.paySubmit{
    float: right;
    color: #000;
    background-color: #fff;
    border: 1px solid #aeb2bc;
    border-radius: 6px;
    margin-top: 10px;
    margin-left: auto;
    font-size: 14px;
    padding: 3px 14px;
}
.headerMob{
    color: #000 !important;
    background: #fff !important;
    padding: 0;
}
.headerMob:hover{
    color:#266bf9!important;
    background:#fff!important;
}
.headerMob:hover svg path{
    fill:#266bf9!important;
}
.header-logo img, .footer-logo img{
    width: 100%;
    max-width: 210px;
}
/* my css*/ 

@media (max-width:1218px){
    .payBInputCol6 {
        width: 47%;
    }
}
@media (max-width:991px){
    .payAll{
                grid-template-columns: repeat(1, 100%);
    }
    
    .mySection{
      padding:90px 0;
  }
    .servAll{
        display:grid;
    }
    .servAMain{
        width:100%;
    }
    .servBtn{
        width:max-content!important;
    }
    .servAOther{
        width:100%;
        display:flex;
    }
    .ref3Bottom{
        display:grid;
    }
    .ref3Bottom img{
position: absolute;
        top: 3px;
        right: 3px;
        width: 70px;
        height: 70px;
    }
    .headerFullBalancy{
        padding: 10px;
    }
    .headerFull:after{
        display:none;
    }
    .slider-nav-style-1:hover .swiper-button-next{
        right:0!important;
    }
    .slider-nav-style-1 .swiper-button-next{
        right:0!important;
    }
    .slider-nav-style-1:hover .swiper-button-prev{
        left:0!important;
    }
    .slider-nav-style-1:hover .swiper-button-prev{
        left:0!important;
    }
    .slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev{
        opacity:1!important;
        visibility:visible!important;
                top: 45% !important;
    }
    .shopPBCPriceAbsMobile{
        display:block;
    }
    .header-actions .myBtn{
        display:none;
    }
    .homeCatAll{
        grid-template-columns: repeat(3, auto);
    }
    .shopPBOther{
        display:none;
    }
    .shopPBCBlock{
        padding-bottom: 75px;
                align-items: start;
    }
    .shopPBCPrice{
        position: absolute;
        left: 12px;
        bottom: 17px;
        margin: 0;
    }
    .shopPBCButton{
        width: 101px;
        position: absolute;
        right: 12px;
        bottom: 17px;
    }
    .shopPBCPrice > span{
            padding-top: 17px;
        height: 37px;
    }
    .shopPBCPrice span > span {
        font-weight: 500;
    }
    .shopPBCName {
        font-size: 14px;
        line-height: 17px;
    }
    .homeCBlock img{
        width: 36px;
        height: 36px;
    }
    .homeCBlock span{
        font-size:12px;
                line-height: 15px;
    }
    .myH2, h2{
        font-size:34px;
    }
    .homeBCH1{
        font-size: 42px;
    }
    .myBtn{
        width: auto;
        display: flex;
    }
    .myBtn span{
        line-height:18px!important;
    }
    .shopTableToCat{
        display: table;
    }
    .shopPBCButton button{
        padding: 6px 20px;
        height: 37px;
        align-items: center;
    }
    .faqRightImgShop{
        display:none;
    }
    .faq-area .single-my-account h3.panel-title a{
        padding: 10px !important;
        padding-right: 50px !important;
        padding-left: 25px !important;
    }
    .faq-area .single-my-account .panel-body{
        padding: 10px !important;
        padding-left: 25px !important;
    }
    .faq-area .single-my-account h3.panel-title a:before{
        right: 5px!important;
    }
    .faq-area .single-my-account h3.panel-title span{
        left: 10px !important;
    }
    .faq-area .single-my-account h3.panel-title a:before{
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .faqRightImg{
        margin-top:30px;
    }
    .shopCopy{
        width:100%!important;
    }
    .sMBottom a span{
        margin-left:0;
    }
    .shopCopy{
        padding: 6px 20px;
        height: 44px;
        align-items: center;
    }
    .refFBlock{
        padding:20px;
    }
    .feature-wrapper{
        grid-template-columns: repeat(2, auto);
    }
    .fBlock{
            justify-content: space-evenly;
            grid-gap:10px;
    }
    .fBlock:nth-child(2){
        border:0!important;
    }
    .faqRightImg{
        display:none;
    }
    .contact-form{
        margin-top:30px;
    }
    .payBICopy{
            width: 44px!important;
        display: flex!important;
        align-items: center!important;
    }
}
@media (max-width:767px){
    .fBContent{
        font-size: 14px;
    line-height: 20px;
    }
    .referalFirst .contact-wrapper .refFBlock:after{
        display:none;
    }
    .referalFirst .contact-wrapper, .feature-wrapper{
        padding: 20px!important;
    }
    .referalFirst .row.d-grid{
        display: flex !important;
        text-align: center;
    }
    .refFAll{
        grid-template-columns: none;
    }
    .mySection{
          padding:60px 0;
      }
    .sBArrow{
        display:none!important;
    }
    .stageBlock:not(:first-child){
        margin:0!important;
    }
    .stageAll{
        grid-gap:30px;
    }
    .sBContent{
        width:100%;
    }
    .stageBlock{
        display:grid;
    }
    .homeFZ{
        display:grid;
    }
    .homeFZH2{
        width: 100%;
    }
    .homeFZMain{
        width: 100%;
        margin-top: 10px;
    }
    .homeFZBtn{
            flex-wrap: wrap;
            grid-gap:10px;
    }
    .homeHelp{
        padding:30px 0!important;
    }
}
@media (max-width:575px){
    .payBInputCol6 {
        width: 100%;
    }
    .fBlock{
        display: grid;
        text-align: center;
    }
    .fBNum{
            width: max-content;
    margin: auto;
    }
    .feature-wrapper {
        grid-template-columns: repeat(2, 49%);
    }
    .refFAll{
        grid-template-columns: repeat(1, auto) !important;
    }
    .sBContent > img{
        max-width: 90px;
    }
    .homeStages .stageAll{
        grid-gap:30px;
    }
    .refBlocksH2{
                padding-right: 40px;
    }
    .servAOther{
        display:grid;
    }
    .sBContent{
        grid-gap:5px;
    }
    .servAOBlock, .sBContent{
        padding:20px;
    }
    .shopMBody{
        padding: 30px 0;
        grid-template-columns: repeat(1, auto);
        grid-gap: 15px;
    }
    .sMBottom a{
        padding:8px 20px;
    }
    .slider-nav-style-1:hover .swiper-button-next{
        right:0!important;
    }
    .slider-nav-style-1 .swiper-button-next{
        right:0!important;
    }
    .slider-nav-style-1:hover .swiper-button-prev{
        left:0!important;
    }
    .slider-nav-style-1:hover .swiper-button-prev{
        left:0!important;
    }
    .slider-nav-style-1 .swiper-button-next, .slider-nav-style-1 .swiper-button-prev{
        opacity:1!important;
        visibility:visible!important;
                top: 45% !important;
    }
    .homeBanner{
        min-height:80vh;
    }
    .faq-area .single-my-account h3.panel-title span{
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .faq-area .single-my-account h3.panel-title a{
        line-height: 20px;
    }
    .homeBCH1{
        font-size: 32px;
    }
    p{
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .myH2, h2{
        font-size:24px!important;
    }
    .callback-bt {
        display:block;
    }
    .homeCatAll{
        grid-template-columns: repeat(2, auto);
    }
    .shopPBCPrice > span:last-child{
        display:none;
    }
    .shopPBCPrice{
        width: 149px;
    }
    .mySection{
    padding: 40px 0px;
    }
    .shopPBCBlock{
        padding-left:5px;
        padding-right:5px;
    }
    .shopPBCPrice span > span{
        font-size:14px;
    }
    .shopPBCPrice > span{
        width: 72px;
        flex: none;
    }
    .shopPBCButton{
        right: 5px;
        width: auto;
    }
    .shopPBCButton button{
        padding: 6px 20px;
        height: 37px;
        align-items: center;
    }
    .shopPBTop{
display: grid;
        justify-content: center;
        text-align: center;
        grid-gap: 3px;
    }
    .shopPBTopImg{
        margin: auto;
        padding: 3px 10px;
    }
    .shopPBTopImg img{
                width: 20px;
        height: 20px;
        margin: auto;
    }
    .shopPBTopName{
        font-size: 17px;
    }
    .homeCBlock{
        padding:5px;
                grid-gap: 5px;

    }
}





#scrollUp {
  width: 50px;
  height: 50px;
  background: #266bf9;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#scrollUp:hover {
  background: #266bf9;
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.slider-animated-1 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.swiper-slide-active .slider-animated-1 > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.swiper-slide-active .slider-animated-1 > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > * {
  -webkit-animation-name: lightSpeedInLeft;
          animation-name: lightSpeedInLeft;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.swiper-slide-active .slider-animated-1.slider-animated-2 > *:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.section-title {
  line-height: 1;
  margin-bottom: 50px;
}
.section-title .title {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  color: #000000;
  margin: 0 0 28px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
    margin: 0 0 20px;
  }
  
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title P {
  line-height: 30px;
  font-size: 18px;
  color: #595959;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-title P {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title.mb-60px {
    margin-bottom: 30px;
  }
}

/* Fixed Header */
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #266bf9;
}
.sticky-nav.menu_fixed.style-1 {
  background-color: #252525;
  padding: 20px 0;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*-------------------------------
            Header css
---------------------------------*/
header {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header .header-top {
  border-bottom: 1px solid #454545;
}
header .header-top .welcome-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  header .header-top .welcome-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .header-top .welcome-text p {
  font-size: 14px;
  color: #cfd4df;
  line-height: 38px;
}
@media only screen and (max-width: 479px) {
  header .header-top .welcome-text p {
    font-size: 12px;
  }
}
header .header-top .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
header .header-top .top-nav ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-top .top-nav ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #454545;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-top .top-nav ul li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
header .header-top .top-nav ul li a {
  font-size: 14px;
  color: #cfd4df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
header .header-top .top-nav ul li a:hover {
  color: #266bf9;
}
header .header-top .top-nav ul li a i {
  margin-right: 15px;
  font-size: 18px;
  color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-top .top-nav ul li a i {
    margin-right: 12px;
  }
}
header .header-bottom {
    padding: 30px 0;
    position: relative;
    z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  header .header-bottom {
    padding: 15px 0;
  }
}
header .header-bottom .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-bottom .header-actions > * + * {
  margin-left: 15px;
}
header .header-bottom .header-actions .header-action-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .header-bottom .header-actions .header-action-btn:hover {
  color: #266bf9;
}
header .header-bottom .header-actions .header-action-btn i {
  -webkit-transition: 0s;
  transition: 0s;
  font-size: 27px;
}
header .header-bottom .header-actions .header-action-btn i:hover {
  color: #266bf9;
}
header .header-bottom .header-actions .header-action-btn .header-action-num {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 50%;
  background-color: #266bf9;
  width: 21px;
  height: 21px;
}
header .header-bottom .header-actions .header-action-btn .cart-amount {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-left: 15px;
  color: #0f0f0f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .header-bottom .header-actions .header-action-btn:hover .cart-amount {
  color: #266bf9;
}
header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}
header .main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
    /*  border: 1px solid #fff;*/
    border-radius: 30px;
    padding: 0 20px;
}
header .main-menu ul li + li {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .main-menu ul li + li {
    margin-left: 40px;
  }
}
header .main-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  line-height: 50px;
}
header .main-menu ul li.dropdown {
  position: relative;
}
header .main-menu ul li.dropdown ul.sub-menu {
  position: absolute;
  z-index: 9;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  min-width: 250px;
  left: auto !important;
  background: #fff;
  display: block;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  padding: 0;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
header .main-menu ul li.dropdown ul li {
  margin: 0;
  display: block;
  padding: 12px 0px 12px 20px;
}
header .main-menu ul li.dropdown ul li:hover > a, header .main-menu ul li.dropdown ul li.active > a {
  color: #266bf9 !important;
}
header .main-menu ul li.dropdown ul li a {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  text-transform: math-auto;
}
header .main-menu ul li.dropdown ul li a:hover {
  padding-left: 25px;
}
header .main-menu ul li.dropdown:hover .sub-menu {
  opacity: 1;
  overflow:hidden;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
header .main-menu ul li.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
header .main-menu ul li li.position-static {
  position: relative !important;
}
header .main-menu ul li li.position-static i {
  position: absolute;
  right: 20px;
}
header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
  left: 100% !important;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
    left: 95% !important;
    min-width: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .main-menu ul li li.position-static ul.sub-menu.sub-menu-2 {
    left: auto !important;
    right: 100%;
  }
}
header .main-menu ul li li.position-static:hover .sub-menu.sub-menu-2 {
  -webkit-transform: translateY(-41px);
          transform: translateY(-41px);
  opacity: 1;
  visibility: visible;
}
header .main-menu ul li .mega-menu {
  position: absolute;
  background: #fff;
  padding: 30px 0px 30px 30px;
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  left: 0;
  width: 100%;
  z-index: 2;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  z-index: 15;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}
header .main-menu ul li .mega-menu li ul {
  width: 25%;
  margin-right: 30px;
  border-right: 1px solid #ebebeb;
}
header .main-menu ul li .mega-menu li ul li.title a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  height: auto;
}
header .main-menu ul li .mega-menu li ul li.title a:hover {
  color: #266bf9;
  padding-left: 0px;
}
header .main-menu ul li .mega-menu li ul li a {
  color: #2d2d2d;
  text-transform: math-auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 0;
  border: 0;
  height: auto;
  margin-bottom: 15px;
}
header .main-menu ul li .mega-menu li ul li a:hover {
  color: #266bf9;
  padding-left: 10px;
}
header .main-menu ul li .mega-menu li ul li:last-child a {
  margin: 0;
}

.search-element {
  max-width: 450px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .search-element {
    padding: 0 0 20px;
  }
}
.search-element form {
  position: relative;
}
.search-element form input {
  height: 44px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding-right: 80px;
}
.search-element form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 44px;
  font-size: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 5px 5px 0px;
  background-color: #266bf9;
}
.search-element form button:hover {
  background-color: #266bf9;
}
.search-element.max-width-100 {
  max-width: 100%;
}

/* mobile search */
.action-form {
  position: relative;
}

.submit {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  background: #266bf9;
  color: #FFF;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

body.offcanvas-open {
  overflow: hidden;
  padding-right: 17px;
}

.offcanvas {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 400px;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  visibility: visible;
}
@media only screen and (max-width: 479px) {
  .offcanvas {
    width: 300px;
  }
}
.offcanvas .inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.offcanvas .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
}
.offcanvas .inner .head .title {
  color: #000;
  font-weight: 700;
}
.offcanvas .inner .head .offcanvas-close {
  position: relative;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.offcanvas .inner .head .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #266bf9;
}
.offcanvas .inner .head .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #266bf9;
}
.offcanvas .inner .head .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas .inner .head .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.offcanvas .inner .offcanvas-menu ul li {
  position: relative;
  display: block;
  line-height: 28px;
}
.offcanvas .inner .offcanvas-menu ul li a {
  display: block;
  padding: 10px 0px;
  text-transform: math-auto;
  color: #3a3a3a;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  width: 100%;
  min-width: auto;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
  line-height: inherit;
  position: relative;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
  text-transform: math-auto;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 0px;
  display: block;
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: 500;
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li:last-child {
  border-bottom: 0px solid #eee;
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0px;
  width: 24px;
  height: 49px;
  cursor: pointer;
  background-color: transparent;
}
.offcanvas .inner .offcanvas-menu ul li:hover > a {
  color: #266bf9;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:before {
  background: #266bf9;
}
.offcanvas .inner .offcanvas-menu ul li:hover > span.menu-expand:after {
  background: #266bf9;
}
.offcanvas .inner .offcanvas-menu ul li:last-child {
  border-bottom: 1px solid #eee;
}
.offcanvas .inner .offcanvas-social li {
  display: inline-block;
  margin: 0 10px 0px 0;
  line-height: 40px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li {
    margin: 0 5px 0px 0;
  }
}
.offcanvas .inner .offcanvas-social li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #266bf9;
  font-size: 16px;
  padding: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  border: none;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.offcanvas .inner .offcanvas-social li a:hover {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .offcanvas .inner .offcanvas-social li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
.offcanvas .inner .foot .buttons a {
  display: block;
  text-transform: math-auto;
  font-weight: 500;
  font-size: 16px;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  line-height: 26px;
  border: none;
  background: #000;
  border-radius: 0px;
  width: auto;
  height: auto;
}
.offcanvas .inner .foot .buttons a:hover {
  background-color: #266bf9;
  color: #fff;
}
.offcanvas .inner .foot .buttons .current-btn {
  background-color: #266bf9;
  color: #fff;
}
.offcanvas .inner .foot .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  margin: 30px 0 0 0px;
}
.offcanvas .inner .foot .sub-total .table > :not(caption) > * > * {
  padding: 0;
  border: 0;
}
.offcanvas .inner .foot .sub-total .table > tbody > tr > td {
  border: none;
  padding: 0;
  color: #000;
  text-transform: math-auto;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 30px;
}
.offcanvas .inner .foot .sub-total .table > tbody > tr > td.theme-color {
  color: #266bf9;
}
.offcanvas .inner .foot .sub-total .amount {
  color: #eb2606;
  font-weight: 600;
}
.offcanvas .inner .foot .minicart-message {
  margin-top: 30px;
  margin-bottom: 30px;
}

.offcanvas-menu > ul > li .menu-expand {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 44px;
  cursor: pointer;
  background-color: transparent;
}

.offcanvas-menu > ul.sub-menu > li .menu-expand {
  right: 15px;
}

.offcanvas.offcanvas-mobile-menu {
  right: auto;
  left: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 350px;
  padding: 50px 30px;
}
@media only screen and (max-width: 479px) {
  .offcanvas.offcanvas-mobile-menu {
    width: 300px;
  }
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  left: 0%;
  top: 5px;
  background-color: #266bf9;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  border-radius: 50%;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.offcanvas.offcanvas-mobile-menu .offcanvas-close:hover:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.offcanvas.offcanvas-cart .inner .head,
.offcanvas.offcanvas-wishlist .inner .head {
  margin-bottom: 30px;
  padding: 0;
}
.offcanvas.offcanvas-cart .inner .head .title,
.offcanvas.offcanvas-wishlist .inner .head .title {
  font-size: 20px;
}

.offcanvas-menu > ul > li .menu-expand::before,
.offcanvas-menu > ul > li .menu-expand::after {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  width: 14px;
  height: 2px;
  content: "";
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background-color: #000;
}

.offcanvas-menu > ul > li .menu-expand::after {
  -webkit-transform: rotate(90deg) scale(0.75);
  transform: rotate(90deg) scale(0.75);
}

.offcanvas-menu > ul > li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas-menu > ul > li .sub-menu li.active > .menu-expand::after {
  -webkit-transform: rotate(0) scale(0.75);
  transform: rotate(0) scale(0.75);
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open .offcanvas-close {
  left: 80%;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.minicart-product-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.minicart-product-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.minicart-product-list li .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 75px;
  flex: 1 0 75px;
}
.minicart-product-list li .image img {
  max-width: 100%;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .image {
    -ms-flex: 1 0 50px;
    -webkit-box-flex: 1;
            flex: 1 0 50px;
  }
}
.minicart-product-list li .content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 150px);
  flex: 1 0 calc(100% - 150px);
  padding-left: 15px;
}
.minicart-product-list li .content .title {
  color: #000;
  font-weight: 500;
}
.minicart-product-list li .content .title:hover {
  color: #266bf9;
}
.minicart-product-list li .content .quantity-price {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
  color: #266bf9;
  font-weight: 500;
  font-size: 18px;
}
.minicart-product-list li .content .remove {
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  color: #000;
  font-size: 16px;
}
.minicart-product-list li .content .remove:hover {
  color: #eb2606;
}
@media only screen and (max-width: 575px) {
  .minicart-product-list li .content {
    -ms-flex: 1 0 calc(100% - 75px);
    -webkit-box-flex: 1;
            flex: 1 0 calc(100% - 75px);
  }
}
.minicart-product-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.user-panel {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
}
.user-panel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-panel ul li a {
  font-size: 14px;
  color: #3a3a3a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.user-panel ul li a:hover {
  color: #266bf9;
}
.user-panel ul li a i {
  margin-right: 15px;
  font-size: 18px;
  color: #266bf9;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.user-panel ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bg-color1 {
  background-color: #f5f5f5;
}

.bg-color2 {
  background-color: #cebdb5;
}

.bg-color3 {
  background-color: #cebdb5;
}

.slider-height {
  height: 748px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-height {
    height: 700px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-height {
    height: 700px;
  }
}

.ptb-30px {
  padding: 30px 0;
}

.pl-80px {
  padding-left: 80px;
}

.slider-height-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 748px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-height-2 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-height-2 {
    height: 700px;
  }
}
.hero-slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hero-slide-image img {
  max-width: 100%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-image img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-image img {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-image img {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .hero-slide-image img {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-image {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-image.slider-2 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .sm-center-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.swiper-slide-active .hero-slide-image img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hero-slide-content {
  position: relative;
  z-index: 9;
  text-transform: math-auto;
  text-align: left;
  margin-top: -15px;
}
@media only screen and (max-width: 575px) {
  .hero-slide-content {
    margin-top: 0px;
  }
}
.hero-slide-content .category {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .category {
    font-size: 16px;
  }
}
.hero-slide-content .title-1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #fff;
  line-height: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content .title-1 {
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content .title-1 {
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content .title-1 {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 46px;
  }
}
.hero-slide-content .btn {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 18px;
  width: 215px;
  height: 61px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .btn {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}
.hero-slide-content .btn i {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content .btn i {
    font-size: 14px;
  }
}
.hero-slide-content.hero-slide-content-2 .price {
  font-weight: 500;
  display: block;
}
.hero-slide-content.hero-slide-content-2 .price .mini-title {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .price .mini-title {
    font-size: 16px;
  }
}
.hero-slide-content.hero-slide-content-2 .price .amount {
  font-size: 48px;
  color: #266bf9;
  display: block;
  margin: 15px 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content.hero-slide-content-2 .price .amount {
    font-size: 40px;
    margin: 10px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content.hero-slide-content-2 .price .amount {
    font-size: 36px;
    margin: 10px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .price .amount {
    font-size: 28px;
    margin: 5px 0 30px;
  }
}
.hero-slide-content.hero-slide-content-2 .title-1 {
  text-transform: math-auto;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .title-1 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 5px;
  }
}
.hero-slide-content.hero-slide-content-2 .btn-primary {
  border-width: 2px;
  border-color: black;
  border-style: solid;
  border-radius: 18px;
  width: 215px;
  height: 61px;
  background-color: transparent;
  color: #000000;
}
.hero-slide-content.hero-slide-content-2 .btn-primary:hover {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-slide-content.hero-slide-content-2 .btn-primary {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .show-case {
    position: relative;
  }
}

.btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 18px;
  width: 215px;
  height: 61px;
  background-color: transparent;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn-primary {
  border-width: 2px;
  border-color: white;
  border-style: solid;
  border-radius: 18px;
  width: 215px;
  height: 61px;
  background-color: transparent;
}
@media only screen and (max-width: 575px) {
  .btn-primary {
    border-radius: 16px;
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
}
.btn-primary:hover {
  color: #fff;
  background: #266bf9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: #266bf9;
}
.btn-primary.blog-btn {
  background: #4e4e4e;
  width: 180px;
  height: 54px;
  font-size: 18px;
  text-transform: math-auto;
  font-weight: 600;
  border: 1px solid #4e4e4e;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .btn-primary.blog-btn {
    font-size: 16px;
    width: 150px;
    height: 50px;
  }
}
.btn-primary.blog-btn:hover {
  color: #fff;
  background: #266bf9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-color: #266bf9;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #fff;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-wrapper .category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  border: 2px solid #474747;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner {
    width: 140px;
    height: 140px;
  }
}
.category-wrapper .category-inner:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 100%;
  z-index: -1;
  border: 2px dashed #266bf9;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-wrapper .category-inner .category-single-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.category-wrapper .category-inner .category-single-item img {
  margin: auto;
}
@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner .category-single-item img {
    max-width: 100%;
  }
}
.category-wrapper .category-inner .category-single-item .title {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #474747;
  margin: 12px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 479px) {
  .category-wrapper .category-inner .category-single-item .title {
    font-size: 13px;
  }
}
.category-wrapper .category-inner:hover {
  border-color: transparent;
}
.category-wrapper .category-inner:hover:after {
  opacity: 1;
  -webkit-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
.category-wrapper .category-inner:hover .title {
  color: #266bf9;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Product Tab Nav */
.mb-n-30px {
  margin-bottom: -30px;
}

.product-tab-nav.nav {
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
}
.product-tab-nav .nav-item {
  display: inline-block;
  vertical-align: top;
  text-transform: math-auto;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-tab-nav .nav-item:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .product-tab-nav .nav-item:not(:first-child) {
    margin-left: 10px;
  }
}
.product-tab-nav .nav-item .nav-link {
  width: 174px;
  height: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eaeaeb;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-tab-nav .nav-item .nav-link {
    width: 150px;
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tab-nav .nav-item .nav-link {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .product-tab-nav .nav-item .nav-link {
    width: auto;
    font-size: 12px;
    padding: 0 15px;
  }
}
.product-tab-nav .nav-item .nav-link:hover, .product-tab-nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #266bf9;
  border-color: #266bf9;
}

@media only screen and (max-width: 767px) {
  .link-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.link-page .nav-link {
  width: 200px;
  height: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eaeaeb;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link-page .nav-link {
    width: 176px;
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .link-page .nav-link {
    width: 176px;
    height: 48px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .link-page .nav-link {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
}
.link-page .nav-link i {
  margin-left: 10px;
}
.link-page .nav-link:hover {
  color: #fff;
  background-color: #266bf9;
  border-color: #266bf9;
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-xs-6 {
    width: 100%;
  }
}
.tab-content.mt-60px {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .tab-content.mt-60px {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-content.mt-60px {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-4-view .product .content .title a {
    font-size: 14px;
  }
}

/* Product Style */
.product {
  position: relative;
  border-width: 2px;
  background: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-radius: 13px;
  padding: 5px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.product .badges {
  position: absolute;
  z-index: 8;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .badges span {
  font-size: 14px;
  line-height: 1.75;
  display: block;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.product .badges span + span {
  margin-top: 12px;
}
.product .badges span.new {
  background-color: #000000;
}
.product .badges span.sale {
  background: #266bf9;
}
.product .actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: calc(100% - 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  background: white;
  border: 2px solid #e1e1e1;
  border-top: none;
  z-index: 11;
  border-radius: 0 0 13px 13px;
  width: calc(100% + 5px);
}
.product .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-color: #707070;
  font-size: 24px;
}
.product .actions .action + .action {
  margin-left: 10px;
}
.product .actions .action:hover {
  color: #fff;
  background: #266bf9;
}
.product .actions .action.active {
  background: #266bf9;
}
.product .thumb {
  position: relative;
  overflow: hidden;
}
.product .thumb .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.product .thumb .image img {
  z-index: 1;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.product .thumb .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.product .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  background-color: #fff;
  padding: 0 0 30px;
}
.product .content .category a {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.product .content .category a:hover {
  color: #266bf9;
}
.product .content .title {
  font-size: 16px;
  margin: 10px 0 15px;
  font-family: "Poppins", sans-serif;
}
.product .content .title a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .product .content .title a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .product .content .title a {
    font-size: 16px;
  }
}
.product .content .price {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #666666;
}
.product .content .price:not(:last-child) {
  margin-bottom: 20px;
}
.product .content .price span.new {
  font-weight: 500;
}
.product .content .price span.old {
  margin-right: 15px;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
}
.product .content .price span.old::after {
  position: absolute;
  top: 50%;
  left: auto;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666666;
  margin-top: -1px;
  right: -15px;
}
.product .content .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.product:hover {
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
  z-index: 1;
}
.product:hover .badges {
  z-index: 111;
}
.product:hover .thumb .image img {
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
}
.product:hover .thumb .image img:not(:last-child) {
  opacity: 0;
}
.product:hover .thumb .image img.hover-image {
  opacity: 1;
}
.product:hover .content .title a {
  color: #474747;
}
.product:hover .content .title a:hover {
  color: #266bf9;
}
.product:hover .actions {
  opacity: 1;
  visibility: visible;
}

.tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.style-one .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.style-one .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-one .single-banner .banner-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-one .single-banner .banner-content {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner .banner-content {
    left: 30px;
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .style-one .single-banner .banner-content {
    left: 30px;
    top: 20px;
  }
}
.style-one .single-banner .banner-content .category {
  display: block;
  color: #161616;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .style-one .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .style-one .single-banner .banner-content .category {
    font-size: 18px;
    line-height: 28px;
  }
}
.style-one .single-banner .banner-content .title {
  color: #999da0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 0 0 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-one .single-banner .banner-content .title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .style-one .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .style-one .single-banner .banner-content .title {
    font-size: 20px;
    line-height: 32px;
  }
}
.style-one .single-banner .banner-content .shop-link {
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #266bf9;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner .banner-content .shop-link {
    bottom: 15px;
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .style-one .single-banner .banner-content .shop-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .style-one .single-banner .banner-content .shop-link {
    bottom: 15px;
  }
}
.style-one .single-banner .banner-content .shop-link i {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-one .single-banner .banner-content .shop-link:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.style-one .single-banner .banner-content.nth-child-1 {
  top: auto;
  bottom: 40px;
  width: 100%;
}
.style-one .single-banner .banner-content.nth-child-1 .shop-link {
  bottom: 0px;
  left: auto;
  right: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner .banner-content.nth-child-1 {
    bottom: 25px;
  }
}
.style-one .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-one .single-banner.nth-child-2 img {
    height: 143px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.style-two .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.style-two .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-two .single-banner .banner-content {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-two .single-banner .banner-content {
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-two .single-banner .banner-content {
    left: 30px;
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .style-two .single-banner .banner-content {
    left: 30px;
    top: 20px;
  }
}
.style-two .single-banner .banner-content .category {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-two .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .style-two .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
.style-two .single-banner .banner-content .title {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 0 0 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-two .single-banner .banner-content .title {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-two .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 575px) {
  .style-two .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .style-two .single-banner .banner-content .title {
    margin: 0 0 0px;
  }
}
.style-two .single-banner .banner-content .shop-link {
  font-size: 14px;
  width: 135px;
  height: 45px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #266bf9;
  color: #fff;
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 35px;
  overflow: hidden;
  font-weight: 600;
}
.style-two .single-banner .banner-content .shop-link:hover {
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-two .single-banner .banner-content .shop-link {
    bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-two .single-banner .banner-content .shop-link {
    bottom: 20px;
    width: 125px;
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .style-two .single-banner .banner-content .shop-link {
    width: 140px;
    height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .style-two .single-banner .banner-content .shop-link {
    bottom: 15px;
    width: 125px;
  }
}
.style-two .single-banner .banner-content .shop-link i {
  margin-left: 10px;
}
.style-two .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-two .single-banner.nth-child-2 img {
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.style-three .single-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.style-three .single-banner img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-three .single-banner .banner-content {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-three .single-banner .banner-content {
    left: 30px;
    bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .style-three .single-banner .banner-content {
    left: 30px;
    bottom: 20px;
  }
}
.style-three .single-banner .banner-content .category {
  display: block;
  color: #161616;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-three .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .style-three .single-banner .banner-content .category {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .style-three .single-banner .banner-content .category {
    font-size: 18px;
    line-height: 28px;
  }
}
.style-three .single-banner .banner-content .title {
  color: #999da0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin: 0 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-three .single-banner .banner-content .title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-three .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .style-three .single-banner .banner-content .title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .style-three .single-banner .banner-content .title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 0px;
  }
}
.style-three .single-banner .banner-content .shop-link {
  font-size: 14px;
  width: 135px;
  height: 45px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #266bf9;
  color: #fff;
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 6px;
  overflow: hidden;
  font-weight: 600;
  right: 100px;
}
.style-three .single-banner .banner-content .shop-link:hover {
  background-color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-three .single-banner .banner-content .shop-link {
    width: 125px;
    height: 40px;
    right: 60px;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .style-three .single-banner .banner-content .shop-link {
    width: 140px;
    height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .style-three .single-banner .banner-content .shop-link {
    width: 125px;
    right: 60px;
    position: initial;
  }
}
.style-three .single-banner .banner-content .shop-link i {
  margin-left: 10px;
}
.style-three .single-banner:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.single-blog {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-blog .blog-image {
  overflow: hidden;
  border-radius: 20px;
  width: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-image {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-blog .blog-image {
    width: 100%;
  }
}
.single-blog .blog-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-blog .blog-text {
  width: calc(100% - 270px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-text {
    margin-left: 20px;
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-blog .blog-text {
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
}
.single-blog .blog-text .blog-heading {
  margin: 17px 0px 23px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-blog .blog-text .blog-heading {
    margin: 15px 0px 15px 0px;
    font-size: 20px;
    line-height: 30px;
  }
}
.single-blog .blog-text .blog-heading .blog-heading-link {
  color: #2b2b2b;
}
.single-blog .blog-text .blog-heading .blog-heading-link:hover {
  color: #266bf9;
}
.single-blog .blog-text .blog-detail-text {
  margin: 10px 0;
}
.single-blog .blog-text p {
  margin-bottom: 30px;
  color: #3a3a3a;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-blog .blog-text p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.single-blog .blog-athor-date span + span {
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-blog .blog-athor-date span + span {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog .blog-athor-date span + span {
    margin-left: 8px;
  }
}
.single-blog .blog-athor-date span {
  color: #393939;
  font-weight: 500;
}
.single-blog .blog-athor-date span.blog-date {
  color: #393939;
}
.single-blog .blog-athor-date span i {
  color: #266bf9;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-blog .blog-athor-date span {
    font-size: 14px;
  }
}
.single-blog .blog-athor-date a {
  color: #393939;
  display: inline-block;
  padding-left: 5px;
}
.single-blog .blog-athor-date a:hover {
  color: #266bf9;
}

.border-radius-10px {
  border-radius: 10px;
}

.blog-post-content-inner {
  margin-top: 50px;
}
.blog-post-content-inner .blog-title {
  font-size: 36px;
  font-weight: 600;
  margin: 15px 0px 35px;
  line-height: 1.4;
  color: #2d2d2d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .blog-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-content-inner .blog-title {
    font-size: 24px;
  }
}
.blog-post-content-inner .blog-athor-date span + span {
  margin-left: 15px;
}
.blog-post-content-inner .blog-athor-date span {
  font-weight: 500;
  color: #393939;
}
.blog-post-content-inner .blog-athor-date span i {
  color: #266bf9;
  margin-right: 5px;
}
.blog-post-content-inner .blog-athor-date a {
  color: #393939;
}
.blog-post-content-inner .blog-athor-date a:hover {
  color: #266bf9;
}
.blog-post-content-inner .title {
  font-size: 30px;
  color: #2d2d2d;
  margin: 20px 0 30px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-inner .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-content-inner .title {
    font-size: 24px;
  }
}
.blog-post-content-inner P {
  color: #525252;
  line-height: 30px;
  margin-bottom: 40px;
}
.blog-post-content-inner P + p {
  margin-bottom: 40px;
}

.quate-speech-area {
  padding: 40px 45px;
  background-color: #266bf9;
  position: relative;
  margin: 40px 0;
  border-radius: 5px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .quate-speech-area {
    padding: 30px 35px;
  }
}
.quate-speech-area::after {
  position: absolute;
  top: auto;
  left: auto;
  right: -7px;
  bottom: -7px;
  content: "";
  background-image: url(../images/blog-image/quate-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 83px;
  height: 68px;
}
.quate-speech-area p.quate-speech {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  line-height: 38px;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quate-speech-area p.quate-speech {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .quate-speech-area p.quate-speech {
    font-size: 18px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .quate-speech-area p.quate-speech {
    font-size: 18px;
    line-height: 28px;
  }
}
.quate-speech-area .quater {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 0;
  display: block;
  padding-left: 40px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .quate-speech-area .quater {
    margin: 15px 0 0;
    font-size: 20px;
  }
}
.quate-speech-area .quater::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-top: -1px;
}

.another-post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 30px auto;
  grid-template-columns: 48% auto;
  grid-column-gap: 30px;
  margin: 40px 0 25px;
}
@media only screen and (max-width: 767px) {
  .another-post {
    display: block;
  }
}
.another-post .image-side img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .another-post .image-side {
    text-align: center;
    margin: 30px 0 30px;
  }
}

.single-post-content .title {
  font-size: 30px;
  color: #2d2d2d;
  margin: 20px 0 30px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .single-post-content .title {
    font-size: 24px;
  }
}
.single-post-content ul li + li {
  margin-top: 20px;
}
.single-post-content ul li {
  color: #525252;
  font-weight: 500;
  line-height: 30px;
}
.single-post-content P {
  color: #525252;
  line-height: 30px;
  margin-bottom: 30px;
}
.single-post-content P + p {
  margin-bottom: 40px;
}

.blog-sidebar .sidebar-widget-group {
  padding: 40px 38px;
  border: 2px solid #e1e1e1;
  border-radius: 20px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-widget-group {
    padding: 40px 20px;
  }
}
.blog-sidebar .sidebar-widget .sidebar-title {
  font-size: 18px;
  display: block;
  text-transform: math-auto;
  font-weight: 600;
  color: #535353;
  margin: 0 0 30px;
  padding: 5px 0px 20px 0px;
  position: relative;
}
.blog-sidebar .sidebar-widget .sidebar-title::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  left: 0;
}
.blog-sidebar .sidebar-widget + .sidebar-widget {
  margin-top: 40px;
}
.blog-sidebar .search-widget {
  padding-bottom: 23px;
}
.blog-sidebar form {
  position: relative;
}
.blog-sidebar form input {
  border: 2px solid #e1e1e1;
  padding-right: 0px;
  font-size: 16px;
  border-radius: 10px;
  height: 80px;
  padding-right: 75px;
}
.blog-sidebar form input:focus {
  border-color: #266bf9;
}
.blog-sidebar form input::-webkit-input-placeholder {
  color: #969696;
}
.blog-sidebar form input::-moz-placeholder {
  color: #969696;
}
.blog-sidebar form input:-ms-input-placeholder {
  color: #969696;
}
.blog-sidebar form input::-ms-input-placeholder {
  color: #969696;
}
.blog-sidebar form input::placeholder {
  color: #969696;
}
.blog-sidebar form button {
  position: absolute;
  width: 70px;
  height: 80px;
  left: auto;
  right: 0;
  font-size: 16px;
  text-align: center;
  background: transparent;
  color: #266bf9;
  padding: 0;
  border: 0;
}
.blog-sidebar form button:hover {
  color: #266bf9;
}
.blog-sidebar .category-post li a {
  color: #444444;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}
.blog-sidebar .category-post li a span {
  margin-left: 5px;
  display: inline-block;
}
.blog-sidebar .category-post li a:hover {
  color: #266bf9;
}
.blog-sidebar .recent-post-widget .recent-single-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
  width: 98px;
  height: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .recent-single-post .thumb-side img {
    width: 70px;
  }
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side {
  margin: 0 0 0 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 {
  margin: 0;
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a {
  font-size: 18px;
  font-weight: 500;
  color: #464646;
  line-height: 25px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a {
    font-size: 16px;
  }
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side h5 a:hover {
  color: #266bf9;
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side span {
  font-size: 16px;
  color: #393939;
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
}
.blog-sidebar .recent-post-widget .recent-single-post .media-side span i {
  color: #266bf9;
  margin-right: 5px;
  font-size: 18px;
}
.blog-sidebar .recent-post-widget .recent-single-post + .recent-single-post {
  margin-top: 30px;
}
.blog-sidebar .sidebar-widget-tag ul li {
  line-height: 1;
  display: inline-block;
  margin: 5px 4px;
}
.blog-sidebar .sidebar-widget-tag ul li a {
  display: block;
  float: left;
  padding: 11px 30px;
  font-size: 16px;
  color: #474748;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  background: transparent;
  text-transform: math-auto;
}
@media only screen and (max-width: 479px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-widget-tag ul li a {
    padding: 11px 25px;
  }
}
.blog-sidebar .sidebar-widget-tag ul li a:hover {
  background-color: #266bf9;
  color: #fff;
  border-color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-widget-tag ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-widget-tag ul li {
    margin: 5px 3px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid.sidebar iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid.sidebar iframe {
    height: 454px;
  }
}

.blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-post-media {
  overflow: hidden;
}
.blog-post-media .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-post-media iframe {
  border-radius: 20px;
  height: 504px;
  width: 100%;
  position: relative;
  border: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-media iframe {
    height: 617px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-media iframe {
    height: 454px;
  }
}
.blog-post-media .blog-post-video .thumb-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.blog-post-media .blog-post-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-post-media .blog-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-single-tags-share {
  line-height: 24px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  margin: 50px 0px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .blog-single-tags-share {
    padding: 20px 0;
  }
}
.blog-single-tags-share .blog-single-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-single-tags-share .blog-single-tags {
    margin: 0 0 15px;
  }
}
.blog-single-tags-share span.title {
  color: #525252;
  font-size: 18px;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .blog-single-tags-share span.title {
    font-size: 20px;
  }
}
.blog-single-tags-share .tag-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-single-tags-share .tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.blog-single-tags-share .tag-list li a {
  display: block;
  float: left;
  font-size: 16px;
  color: #474748;
  font-weight: 400;
  background: transparent;
  text-transform: math-auto;
}
.blog-single-tags-share .tag-list li a:hover {
  color: #266bf9;
}
.blog-single-tags-share .social li {
  display: inline-block;
  margin-left: 20px;
}
.blog-single-tags-share .social li a {
  color: #266bf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.blog-single-tags-share .social li a:hover {
  color: #266bf9;
}

.blog-nav {
  margin-top: 40px;
}
.blog-nav .blog-nav-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 575px) {
  .blog-nav .blog-nav-wrap {
    display: block;
  }
}
.blog-nav .nav-img {
  width: 100px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog-nav .nav-img:after {
  content: "";
  background: #266bf9;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  top: 0;
  left: 0;
}
.blog-nav .nav-img img {
  border-radius: 5px;
}
.blog-nav .nav-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: 3;
}
.blog-nav .nav-img:hover::after {
  opacity: 0.5;
}
.blog-nav .nav-img:hover i {
  opacity: 1;
}
.blog-nav .media-side {
  width: calc(100% - 100px);
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-nav .media-side {
    margin-left: 20px;
  }
}
.blog-nav .media-side span {
  font-size: 16px;
  color: #393939;
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
}
.blog-nav .media-side span i {
  color: #266bf9;
  margin-right: 5px;
  font-size: 18px;
}
.blog-nav .media-side h5 {
  margin: 0;
}
.blog-nav .media-side h5 a {
  font-size: 18px;
  font-weight: 500;
  color: #464646;
  line-height: 25px;
}
.blog-nav .media-side h5 a:hover {
  color: #266bf9;
}
.blog-nav .nav-right {
  text-align: right;
}
.blog-nav .nav-right .media-side {
  margin-left: 0;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-nav .nav-right .media-side {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-nav .nav-right {
    margin-top: 50px;
  }
}

.comment-area {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-area {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-area {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-area {
    margin-top: 50px;
  }
}
.comment-area .comment-heading {
  font-size: 24px;
  display: block;
  text-transform: math-auto;
  font-weight: 600;
  color: #535353;
  margin: 0 0 60px;
  padding: 5px 0px 20px 0px;
  position: relative;
}
.comment-area .comment-heading::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 250px;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  left: 0;
}
@media only screen and (max-width: 575px) {
  .comment-area .comment-heading {
    font-size: 24px;
  }
}
.comment-area .single-review {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review {
    display: block;
    padding: 0;
  }
}
.comment-area .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.comment-area .single-review .review-img img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-img {
    margin: 0 0 20px 0;
  }
}
.comment-area .single-review .review-content {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-content {
    padding-left: 0px;
  }
}
.comment-area .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-area .single-review .review-content .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-area .single-review .review-content .review-top-wrap .review-left .review-name .title {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review .review-content .review-top-wrap .review-left .review-name .title {
    font-size: 20px;
  }
}
.comment-area .single-review .review-content .review-top-wrap .review-left .review-name span {
  font-weight: 400;
  color: #565656;
}
.comment-area .single-review .review-content p {
  margin: 0;
  line-height: 30px;
  color: #525252;
}
.comment-area .single-review .review-content .review-left a {
  color: #fff;
  background-color: #595959;
  font-size: 14px;
  border-radius: 4px;
  width: 80px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  margin-top: 15px;
}
.comment-area .single-review .review-content .review-left a:hover {
  background-color: #266bf9;
}
.comment-area .single-review.child-review {
  margin-left: 170px;
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-area .single-review.child-review {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-area .single-review.child-review {
    margin-left: 0px;
  }
}

.blog-comment-form {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-form {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-comment-form {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-comment-form {
    margin-top: 50px;
  }
}
.blog-comment-form .comment-heading {
  font-size: 24px;
  display: block;
  text-transform: math-auto;
  font-weight: 600;
  color: #535353;
  margin: 0 0 60px;
  padding: 5px 0px 20px 0px;
  position: relative;
}
.blog-comment-form .comment-heading::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 250px;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  left: 0;
}
@media only screen and (max-width: 575px) {
  .blog-comment-form .comment-heading {
    font-size: 24px;
  }
}
.blog-comment-form .single-form {
  margin: 0 0 30px;
}
.blog-comment-form .single-form input {
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-style: italic;
  border-radius: 15px;
}
.blog-comment-form .single-form input::-webkit-input-placeholder {
  color: #999999;
}
.blog-comment-form .single-form input::-moz-placeholder {
  color: #999999;
}
.blog-comment-form .single-form input:-ms-input-placeholder {
  color: #999999;
}
.blog-comment-form .single-form input::-ms-input-placeholder {
  color: #999999;
}
.blog-comment-form .single-form input::placeholder {
  color: #999999;
}
.blog-comment-form .single-form input:focus {
  border-color: #266bf9;
}
.blog-comment-form .single-form textarea {
  height: 180px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
}
.blog-comment-form .single-form textarea:focus {
  border-color: #266bf9;
}
.blog-comment-form .submit-btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: math-auto;
  background-color: #266bf9;
  border-radius: 15px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 64px;
  color: #fff;
}
.blog-comment-form .submit-btn:hover {
  background-color: #000000;
}

.pro-pagination-style {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .pro-pagination-style {
    margin-bottom: 60px;
  }
}
.pro-pagination-style li {
  display: inline-block;
}
.pro-pagination-style li + li {
  margin-left: 10px;
}
.pro-pagination-style a {
  font-weight: 400;
  color: #9e9e9e;
  padding: 0;
  height: 50px;
  background: #fff;
  display: inline-block;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-color: #e1e1e1;
  font-weight: 600;
  line-height: 50px;
  outline: none;
  border-width: 2px;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  .pro-pagination-style a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-pagination-style a .fa {
    font-size: 20px;
  }
}
.pro-pagination-style a.active {
  color: #266bf9;
  border-color: #266bf9;
  background: #fff;
}
.pro-pagination-style a:hover {
  color: #266bf9;
  border-color: #266bf9;
  background: #fff;
}
.pro-pagination-style .page-link:focus {
  z-index: 3;
  color: #266bf9;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-grid .single-blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-grid .single-blog .swiper-slide {
  width: 100% !important;
}
.blog-grid .single-blog .swiper-slide img {
  border-radius: 20px;
}
.blog-grid .single-blog .blog-image {
  width: 100%;
}
.blog-grid .single-blog .blog-text {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .single-blog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .single-blog .blog-image {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-list .single-blog .blog-text {
    width: 60%;
    margin-top: 0;
    margin-left: 30px;
  }
}

/* feature section style*/
.feature-area {
  position: relative;
  z-index: 1;
}

.feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border: 2px solid #60606057;
  padding: 100px 55px;
  border-radius: 30px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrapper {
    padding: 80px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrapper {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrapper {
    padding: 60px 25px;
  }
}
@media only screen and (max-width: 479px) {
  .feature-wrapper {
    padding: 50px 15px;
  }
}
.feature-wrapper .single-feture-col {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-wrapper .single-feture-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-wrapper .single-feture-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .feature-wrapper .single-feture-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .feature-wrapper .single-feture-col {
    padding: 0;
  }
}

.single-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.single-feature .feature-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-right: 30px;
  background-color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .single-feature .feature-icon {
    margin-right: 20px;
  }
}
.single-feature .feature-content {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .single-feature .feature-content {
    width: calc(100% - 90px);
  }
}
.single-feature .feature-content .title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin: 0 0 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .single-feature .feature-content .title {
    font-size: 20px;
  }
}
.single-feature .feature-content .sub-title {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .single-feature .feature-content .sub-title {
    font-size: 14px;
  }
}
.single-feature img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature:hover img {
  -webkit-transform: scale(0.9) rotate(3deg);
          transform: scale(0.9) rotate(3deg);
}

.slider-nav-style-1 {
  position: relative;
}
.slider-nav-style-1 .swiper-button-next:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-prev:after {
  content: "";
}

.slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
  font-family: "Pe-icon-7-stroke";
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0;
}
@media only screen and (max-width: 575px) {
  .slider-nav-style-1 .swiper-button-next:after,
.slider-nav-style-1 .swiper-button-prev:after {
    font-size: 24px;
  }
}

.slider-nav-style-1.small-nav .swiper-button-next:after,
.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 30px;
}

.small-nav.slider-nav-style-1.small-nav .swiper-button-next:after,
.small-nav.slider-nav-style-1.small-nav .swiper-button-prev:after {
  font-size: 24px;
}

.slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  color: #000;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .slider-nav-style-1 .swiper-buttons .swiper-button-next,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.slider-nav-style-1 .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1 .swiper-buttons .swiper-button-prev:hover {
  background-color: #266bf9;
  color: #fff;
}

.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 5px;
}
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-next:hover,
.slider-nav-style-1.small-nav .swiper-buttons .swiper-button-prev:hover {
  background-color: #266bf9;
  color: #fff;
}

.slider-nav-style-1 .swiper-button-prev {
  outline: 0;
  right: auto;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-prev {
    left: 15px;
  }
}
.slider-nav-style-1.small-nav .swiper-button-prev {
  outline: 0;
  right: auto;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1.small-nav .swiper-button-prev {
    left: 5px;
  }
}

.slider-nav-style-1 .swiper-button-next {
  outline: 0;
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1 .swiper-button-next {
    right: 15px;
  }
}
.slider-nav-style-1.small-nav .swiper-button-next {
  outline: 0;
  left: auto;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1.small-nav .swiper-button-next {
    right: 5px;
  }
}

.slider-nav-style-1:hover .swiper-button-next,
.slider-nav-style-1:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.slider-nav-style-1:hover .swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1:hover .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-nav-style-1:hover .swiper-button-next {
    right: 10px;
  }
}

.slider-nav-style-1:hover .swiper-button-prev {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-nav-style-1:hover .swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-nav-style-1:hover .swiper-button-prev {
    left: 10px;
  }
}

.slider-nav-style-1.small-nav:hover .swiper-button-next {
  right: 0px;
}

.slider-nav-style-1.small-nav:hover .swiper-button-prev {
  left: 0px;
}

/*===================================
    - Breadvrumb  
=================================*/
.breadcrumb-area {
  background-image: url(/img-bb/breadBack.webp);
  background-color: #cad5e1;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
  height: 406px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  line-height: 1;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    height: 260px;
  }
}
.breadcrumb-area .breadcrumb-title {
  font-weight: 400;
  text-transform: math-auto;
  font-size: 60px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 36px;
  }
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .breadcrumb-list li {
    font-size: 16px;
  }
}
.breadcrumb-list li a {
  color: #fff;
}
.breadcrumb-list li a:hover {
  color: #266bf9;
}
.breadcrumb-list li.active {
  color: #266bf9;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 10px;
  color: #266bf9;
  content: "//";
}

.page-pagination li {
  display: inline-block;
}
.page-pagination li a {
  font-weight: 500;
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px;
}
.page-pagination li a.current {
  background: #f6f5f9;
  color: #266bf9;
}
.page-pagination li a:hover {
  color: #266bf9;
}

/* Deal Area Style */
.deal-bg {
  position: relative;
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.deal-bg.ptb-80px {
  padding: 66px 0 80px;
}

.deal-bg-2 {
  border-radius: 10px;
  margin: 0 30px;
}
@media only screen and (max-width: 479px) {
  .deal-bg-2 {
    margin: 0;
  }
}

.deal-image {
  position: absolute;
  left: auto;
  right: 168px;
  bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-image {
    right: 100px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-image {
    right: 0px;
    width: 50%;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-image {
    margin: auto;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.deal-image .discount {
  width: 103px;
  height: 103px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #266bf9;
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  right: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-image .discount {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-image .discount {
    bottom: 145px;
    right: auto;
    left: 68%;
  }
}
.deal-image .discount h3 {
  color: #fff;
  font-weight: 500;
}

.deal-wrapper {
  width: 50%;
  padding-left: 90px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-wrapper {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper {
    width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .deal-wrapper {
    margin: auto;
    width: 100%;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-wrapper {
    padding-left: 30px;
  }
}
.deal-wrapper .title {
  font-size: 36px;
  color: #424242;
  font-weight: 500;
  margin: 0;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper .title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .deal-wrapper .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-wrapper .title {
    font-size: 24px;
    line-height: 36px;
  }
}
.deal-wrapper .price {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 55px;
  margin-top: 22px;
  color: #4a4a4a;
  display: block;
}
@media only screen and (max-width: 575px) {
  .deal-wrapper .price {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-wrapper .price {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.deal-wrapper .price .new {
  color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-wrapper .price {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-wrapper .price {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.deal-wrapper a.btn-primary {
  width: 140px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.trstimonial-area {
  background-color: #f2f8fd;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trstimonial-area {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trstimonial-area {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .trstimonial-area {
    padding-bottom: 40px;
  }
}

.content-top {
  padding-top: 60px;
  padding-bottom: 20px;
}
.content-top .testi-inner .testi-content {
  position: relative;
  padding-left: 30px;
}
.content-top .testi-inner .testi-content p {
  font-size: 20px;
  color: #000000;
  font-style: italic;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .content-top .testi-inner .testi-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
.content-top .testi-inner .testi-content::after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 62px;
  height: 44px;
  content: "";
  background-image: url(../images/testimonial/quote-shape.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.content-top .testi-inner .testi-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  margin-top: 35px;
}
.testi-author .author-image span{
        width: 50px;
    height: 50px;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-top .testi-inner .testi-author .name {
  color: #266bf9;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  padding-left: 15px;
}
.content-top .testi-inner .testi-author .name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #444141;
  margin: 10px 0 0;
}

.brand-slider {
  border: 2px solid #e1e1e1;
  padding: 100px 0;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-slider {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slider {
    padding: 50px 0;
  }
}
.brand-slider .brand-slider-item img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: auto;
  opacity: 0.8;
}
.brand-slider .brand-slider-item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.fashion-area {
  height: 456px;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fashion-area {
    height: 356px;
  }
}
@media only screen and (max-width: 575px) {
  .fashion-area {
    height: 300px;
  }
}
.fashion-area .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 74px;
  margin-bottom: 45px;
}
.fashion-area .title span {
  font-size: 48px;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fashion-area .title span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .fashion-area .title span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .fashion-area .title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .fashion-area .title {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .fashion-area .title {
    font-size: 28px;
  }
}
.single-feature-content {
  position: relative;
  border: 2px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 15px;
  padding: 5px;
  margin: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-feature-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-feature-content .feature-image img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-feature-content .feature-image img {
    width: 100%;
  }
}
.single-feature-content .top-content {
  position: absolute;
  top: 50px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-feature-content .top-content {
    top: 30px;
  }
}
.single-feature-content .top-content .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-feature-content .top-content .title {
    font-size: 24px;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .single-feature-content .top-content .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.single-feature-content .top-content .title a {
  color: #000000;
}
.single-feature-content .top-content .title a:hover {
  color: #266bf9;
}
.single-feature-content .top-content .price {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #666666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-feature-content .top-content .price {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .single-feature-content .top-content .price {
    font-size: 18px;
  }
}
.single-feature-content .top-content .price span.new {
  font-weight: 500;
}
.single-feature-content .top-content .price span.old {
  margin-right: 20px;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
}
.single-feature-content .top-content .price span.old::after {
  position: absolute;
  top: 50%;
  left: auto;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666666;
  margin-top: -1px;
  right: -20px;
}
.single-feature-content .bottom-content {
  position: absolute;
  bottom: 60px;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-feature-content .bottom-content {
    bottom: 40px;
  }
}
.single-feature-content .bottom-content .deal-timing .cdown {
  display: inline-block;
  margin-right: 20px;
}
.single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
  width: 87px;
  height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #266bf9;
  border-radius: 50%;
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .single-feature-content .bottom-content .deal-timing .cdown .cdown-1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.single-feature-content .bottom-content .deal-timing .cdown .cdown-1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  border: 1px solid #e2e2e2;
  content: "";
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-feature-content .bottom-content .deal-timing .cdown p {
  margin: 8px 0 25px 0;
  font-size: 16px;
  color: #808080;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px) {
  .single-feature-content .bottom-content .deal-timing .cdown p {
    margin: 5px 0 5px 0;
  }
}
.single-feature-content .bottom-content .btn {
  width: 200px;
  height: 54px;
  background-color: #266bf9;
  border-color: #266bf9;
}
@media only screen and (max-width: 479px) {
  .single-feature-content .bottom-content .btn {
    width: 150px;
    height: 50px;
  }
}

.feature-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e2e2e2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 15px;
  padding: 5px;
  margin: -5px;
}
@media only screen and (max-width: 479px) {
  .feature-right-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-right-content.mt-30px {
  margin-top: 30px;
}
.feature-right-content .image-side {
  width: 270px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .feature-right-content .image-side {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-right-content .image-side {
    width: 230px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-right-content .image-side {
    width: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .feature-right-content .image-side {
    width: 100%;
  }
}
.feature-right-content .image-side::after {
  position: absolute;
  top: -5px;
  left: auto;
  width: 2px;
  height: 103%;
  content: "";
  background-color: #e2e2e2;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .feature-right-content .image-side::after {
    display: none;
  }
}
.feature-right-content .image-side img {
  max-width: 100%;
}
.feature-right-content .image-side .add-to-cart {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  background: #266bf9;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.feature-right-content .content-side {
  width: calc(100% - 270px);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-right-content .content-side {
    width: calc(100% - 180px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-right-content .content-side {
    width: calc(100% - 230px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-right-content .content-side {
    width: calc(100% - 180px);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .feature-right-content .content-side {
    width: 100%;
    padding-right: 30px;
  }
}
.feature-right-content .content-side .deal-timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #266bf9;
  color: #fff;
  width: 174px;
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 20px 20px 0px;
  font-weight: 600;
}
.feature-right-content .content-side .deal-timing .cdown {
  display: inline-block;
}
.feature-right-content .content-side .deal-timing .cdown .cdown-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin: 0 5px;
  width: 20px;
  height: 30px;
}
.feature-right-content .content-side .deal-timing .cdown .cdown-1::after {
  position: absolute;
  top: -2px;
  left: 23px;
  content: ":";
}
.feature-right-content .content-side .deal-timing .cdown:last-child .cdown-1::after {
  display: none;
}
.feature-right-content .content-side .deal-timing .cdown p {
  display: none;
}
.feature-right-content .content-side .prize-content {
  padding: 20px 0;
  position: relative;
}
.feature-right-content .content-side .prize-content::after {
  position: absolute;
  top: auto;
  bottom: -2px;
  width: calc(100% - 25px);
  height: 2px;
  content: "";
  background: #e2e2e2;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .feature-right-content .content-side .prize-content {
    padding: 15px 0;
  }
}
.feature-right-content .content-side .prize-content .title a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.feature-right-content .content-side .prize-content .title a:hover {
  color: #266bf9;
}
.feature-right-content .content-side .prize-content .price {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #666666;
}
.feature-right-content .content-side .prize-content .price span.new {
  font-weight: 500;
}
.feature-right-content .content-side .prize-content .price span.old {
  margin-right: 15px;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
}
.feature-right-content .content-side .prize-content .price span.old::after {
  position: absolute;
  top: 50%;
  left: auto;
  width: 7px;
  height: 2px;
  content: "";
  background-color: #666666;
  margin-top: -1px;
  right: -15px;
}
.feature-right-content .content-side .product-feature {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .feature-right-content .content-side .product-feature {
    margin-top: 20px;
  }
}
.feature-right-content .content-side .product-feature ul li {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-right-content .content-side .product-feature ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-right-content .content-side .product-feature ul li {
    font-size: 14px;
  }
}
.feature-right-content .content-side .product-feature ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #266bf9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-right-content .content-side .product-feature ul li span {
  font-weight: 400;
}
.feature-right-content:hover .add-to-cart {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feature-product-slider .feature-right-content {
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-lg-30px {
    margin-bottom: 30px;
  }

  .ml-lg-30px {
    margin-left: 30px;
  }

  .ml-lg-50px {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30px {
    margin-bottom: 30px;
  }

  .mb-md-35px {
    margin-bottom: 35px;
  }

  .mt-md-30px {
    margin-top: 30px;
  }

  .mt-md-50px {
    margin-top: 50px;
  }

  .mb-md-60px {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }

  .mb-lm-35px {
    margin-bottom: 35px;
  }

  .mt-lm-50px {
    margin-top: 50px;
  }

  .mt-lm-30px {
    margin-top: 30px;
  }

  .mt-lm-20px {
    margin-top: 20px;
  }

  .mb-lm-20px {
    margin-bottom: 20px;
  }

  .mb-lm-60px {
    margin-bottom: 60px;
  }

  .mb-lm-30px {
    margin-bottom: 30px;
  }

  .mb-lm-10px {
    margin-bottom: 10px;
  }

  .mb-lm-15px {
    margin-bottom: 15px;
  }

  .mt-lm-15px {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-30px {
    margin-bottom: 30px;
  }

  .mb-xs-15px {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .mb-es-30px {
    margin-bottom: 30px;
  }
}
.footer-area {
  color: #3a3a3a;
  background: #f2f8fd;
}
.footer-area .footer-top {
  padding: 100px 0 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top {
    padding: 50px 0 50px 0;
  }
}
.footer-area .footer-top .single-wedge .footer-logo {
  margin: 0 0 20px;
}
.footer-area .footer-top .single-wedge .footer-herading {
  font-size: 24px;
  text-transform: math-auto;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  color: #323232;
}
.footer-area .footer-top .single-wedge .about-text {
  font-size: 16px;
  max-width: 270px;
  line-height: 32px;
  color: #3a3a3a;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .about-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge .about-text {
    max-width: 454px;
  }
}
.footer-area .footer-top .single-wedge .footer-links li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-area .footer-top .single-wedge .footer-links .single-link {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  display: inline-block;
  text-transform: math-auto;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .footer-links .single-link {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
  padding-left: 8px;
  color: #266bf9;
}
.footer-area .footer-top .single-wedge .footer-links p {
  margin: 0 0 0px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .footer-links p {
    font-size: 14px;
    line-height: 28px;
  }
}
.footer-area .footer-top .single-wedge .footer-links p a {
  color: #000000;
}
.footer-area .footer-top .single-wedge .footer-links p a:hover {
  color: #266bf9;
}
.footer-area .footer-top .pl-lg-60px {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 15px;
  }
}
.footer-area .footer-top .pl-lg-40px {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 15px;
  }
}

.link-follow {
  margin-top: 20px;
}
.link-follow li {
  list-style: none;
  display: inline-block;
}
.link-follow a {
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  background-color: #5d5d5d;
  border-radius: 5px;
}
.link-follow a:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background-color: #266bf9;
}

.footer-bottom {
  background: #e2f2ff none repeat scroll 0 0;
  padding: 25px 0 20px 0;
}
.footer-bottom .copy-text {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-bottom .copy-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .copy-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom .copy-text {
    font-size: 13px;
  }
}
.footer-bottom .copy-text .company-name {
  color: #4d4d4d;
  font-weight: 300;
}
.footer-bottom .copy-text .company-name:hover {
  color: #266bf9;
}
.footer-bottom .copy-text i {
  color: #266bf9;
  margin: 0 3px;
  font-size: 16px;
}

.about-area {
  background-color: #f4f4f4;
  max-height: 685px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area {
    max-height: 584px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    max-height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area {
    max-height: 550px;
  }
}
@media only screen and (max-width: 479px) {
  .about-area {
    max-height: 630px;
  }
}

.about-contant {
  max-width: 890px;
  margin: auto;
}
.about-contant .title {
  font-size: 60px;
  font-weight: 700;
  color: #444141;
  line-height: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-contant .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-contant .title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.about-contant .title span {
  font-size: 48px;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-contant .title span {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-contant .title span {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.promo-video {
  position: relative;
  margin-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo-video {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .promo-video {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-video {
    margin-top: 60px;
  }
}
.promo-video img {
  max-width: 100%;
  border-radius: 25px;
}
.promo-video .overlay-box {
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .promo-video .overlay-box {
    width: 60px;
    height: 60px;
  }
}
.promo-video .overlay-box span {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  z-index: 10;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #266bf9;
}
@media only screen and (max-width: 767px) {
  .promo-video .overlay-box span {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
@media only screen and (max-width: 767px) {
  .ripple,
.ripple:before,
.ripple:after {
    width: 60px;
    height: 60px;
  }
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/* Video  Icon Shadow Animation */
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
            box-shadow: 0 0 0 70px rgba(37, 24, 24, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.team-area {
  margin-top: 385px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area {
    margin-top: 329px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    margin-top: 235px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 479px) {
  .team-area {
    margin-top: 150px;
  }
}
.team-area .team-wrapper .team-image {
  position: relative;
}
.team-area .team-wrapper .team-image img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  -webkit-transform: scale(1.01) rotate(0deg);
          transform: scale(1.01) rotate(0deg);
}
.team-area .team-wrapper .team-image .team-social {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #266bf9;
  width: 200px;
  height: 43px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  padding: 0 20px;
  position: absolute;
  top: auto;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .team-wrapper .team-image .team-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .team-wrapper .team-inner {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  position: relative;
}
.team-area .team-wrapper .team-inner .team-content {
  text-align: center;
  line-height: 1;
}
.team-area .team-wrapper .team-inner .team-content .title {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .team-wrapper .team-inner .team-content .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  margin: 9px 0 0;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-area .team-wrapper:hover .team-image img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.team-area .team-wrapper:hover .team-social {
  bottom: 0;
}

.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 98%;
    max-width: 100%;
    padding: 35px 0;
  }
}
.modal-dialog .gallery-top .swiper-slide {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
}
.modal-dialog .gallery-thumbs {
  width: 80%;
  margin: 20px auto;
}
.modal-dialog .gallery-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
}
.modal-dialog .gallery-thumbs .swiper-slide:hover img {
  border-color: #266bf9;
}
.modal-dialog .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #266bf9;
}
.modal-dialog .gallery-thumbs .swiper-slide .img-responsive {
  width: auto;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border: 1px solid #266bf9;
  padding: 0px;
  outline: none;
  background-color: #266bf9;
  font-size: 24px;
  border-radius: 5px;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  opacity: 1;
  z-index: 999999;
}
@media only screen and (max-width: 767px) {
  .modal-dialog .btn-close {
    width: 30px;
    height: 30px;
    right: 0;
    font-size: 18px;
  }
}

.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal.customize-class .modal-dialog {
  max-width: 500px;
}
.modal.customize-class .modal-dialog .modal-body {
  padding: 30px 0;
}
.modal.customize-class .modal-dialog .modal-body .tt-modal-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  line-height: 1;
}
.modal.customize-class .modal-dialog .modal-body .tt-modal-messages i {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
}
.modal.customize-class .modal-dialog .modal-body .tt-img img {
  max-width: 220px;
}
.modal.customize-class .modal-dialog .modal-body .tt-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.modal.customize-class .modal-dialog .modal-body .tt-title a {
  color: #000000;
}
.modal.customize-class .modal-dialog .modal-body .tt-title a:hover {
  color: #266bf9;
}

.shop-category-area .shop-top-bar {
  margin-bottom: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar > * {
    margin-bottom: 20px;
  }
}
.shop-category-area .shop-top-bar .compare-product {
  color: #6c6c6c;
  height: 50px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  background-color: #fff;
}
.shop-category-area .shop-top-bar .compare-product span + span {
  margin-left: 5px;
  margin-right: 0;
}
.shop-category-area .shop-top-bar .compare-product span {
  color: #266bf9;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .shop-category-area .shop-top-bar.d-flex {
    display: block !important;
  }
}

.select-shoing-wrap {
  width: 260px;
  height: 50px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 0 20px;
  color: #6c6c6c;
}
.select-shoing-wrap .shot-product {
  margin-right: 5px;
}

.header-bottom-set {
  width: 70%;
}
.header-bottom-set .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #090909;
  width: 100%;
}
.header-bottom-set .dropdown-toggle::after {
  display: none;
}
.header-bottom-set .dropdown-toggle i {
  font-size: 18px;
  position: absolute;
  right: 0;
  color: #266bf9;
}
.header-bottom-set .dropdown-menu {
  margin: 0;
  top: 40px !important;
  left: auto !important;
  right: 0;
  min-width: 220px;
  overflow: hidden;
  padding: 0 15px;
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  inset: 40px 0 auto -45px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-set .dropdown-menu {
    top: 48px !important;
    inset: 48px 0 auto -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-set .dropdown-menu {
    top: 46px !important;
    inset: 46px 0 auto -45px !important;
  }
}
.header-bottom-set .dropdown-menu li {
  border-bottom: 1px solid #ebebeb;
}
.header-bottom-set .dropdown-menu li:last-child {
  border: none;
}
.header-bottom-set .dropdown-menu .dropdown-item {
  padding: 10px;
  color: #2d2d2d;
  line-height: 25px;
  font-size: 14px;
  background: transparent;
}
.header-bottom-set .dropdown-menu .dropdown-item:hover {
  color: #266bf9;
}

.shop-tab {
  line-height: 1;
}
.shop-tab button + button {
  margin-left: 15px;
}
.shop-tab button {
  font-size: 24px;
  color: #9e9e9e;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  background-color: #fff;
}
.shop-tab button.active {
  color: #266bf9;
  border-color: #266bf9;
}
@media only screen and (max-width: 767px) {
  .shop-tab {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.shop-sidebar-wrap {
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 30px 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap {
    padding: 10px 10px 40px 20px;
  }
}
.shop-sidebar-wrap .sidebar-widget-search {
  margin: 0 0 40px;
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field {
  border: 1px solid #cfcfcf;
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 75px;
  font-size: 16px;
  font-style: italic;
  color: #969696;
  background-color: transparent;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-webkit-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-moz-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field:-ms-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::-ms-input-placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .input-field::placeholder {
  color: #969696;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .widgets-searchbox-btn {
  background-color: transparent;
  border: 0;
  border-left: 1px solid #cfcfcf;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  color: #cfcfcf;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-sidebar-wrap .sidebar-widget-search #widgets-searchbox .widgets-searchbox-btn:hover {
  color: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-category li a,
.shop-sidebar-wrap .sidebar-widget-color li a,
.shop-sidebar-wrap .sidebar-widget-size li a,
.shop-sidebar-wrap .sidebar-widget-brand li a {
  color: #8a8a8a;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  line-height: 1;
}
.shop-sidebar-wrap .sidebar-widget-category li a:hover,
.shop-sidebar-wrap .sidebar-widget-color li a:hover,
.shop-sidebar-wrap .sidebar-widget-size li a:hover,
.shop-sidebar-wrap .sidebar-widget-brand li a:hover {
  color: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-color li a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-1 {
  background-color: #39ed8c;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-2 {
  background-color: #a6ed42;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-3 {
  background-color: #daed39;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-4 {
  background-color: #eed739;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-5 {
  background-color: #eca23a;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-6 {
  background-color: #f36768;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-7 {
  background-color: #e14755;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-8 {
  background-color: #dc83a3;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-9 {
  background-color: #dc82da;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-10 {
  background-color: #9a82dd;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-11 {
  background-color: #82c2db;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-12 {
  background-color: #6bd6b0;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-13 {
  background-color: #9ed76b;
}
.shop-sidebar-wrap .sidebar-widget-color li a.color-14 {
  background-color: #9ed76b;
}
.shop-sidebar-wrap .sidebar-widget-size li a {
  font-weight: 500;
}
.shop-sidebar-wrap .sidebar-widget-brand li a {
  font-weight: 500;
}
.shop-sidebar-wrap .sidebar-widget h4 {
  font-size: 18px;
  display: block;
  text-transform: math-auto;
  font-weight: 600;
  color: #535353;
  position: relative;
  margin: 35px 0 20px 0px;
  padding: 0 0 20px;
}
.shop-sidebar-wrap .sidebar-widget h4::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 150px;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  left: 0;
}
.shop-sidebar-wrap .sidebar-widget .price-filter {
  margin: 0 0 50px;
}
.shop-sidebar-wrap .sidebar-widget .price-slider-amount input {
  color: #656565;
  font-size: 16px;
  border: 0;
}
.shop-sidebar-wrap .sidebar-widget .ui-widget-content {
  border: 0px solid #266bf9;
  background-color: #e1e1e1;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-horizontal .ui-slider-range {
  height: 3px;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-horizontal {
  height: 3px;
  margin: 15px 0 0;
}
.shop-sidebar-wrap .sidebar-widget .ui-widget-header {
  background: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  outline: none;
  margin-top: -8px;
  border: 5px solid #266bf9;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-sidebar-wrap .sidebar-widget .ui-slider-handle.ui-state-hover {
  background: #266bf9;
}
.shop-sidebar-wrap .sidebar-widget-tag {
  padding: 0 0 10px 15px;
}
.shop-sidebar-wrap .sidebar-widget-tag li {
  line-height: 1;
  display: inline-block;
  margin: 8px 0px;
}
.shop-sidebar-wrap .sidebar-widget-tag li a {
  display: block;
  float: left;
  padding: 8px 17px;
  font-size: 16px;
  color: #7e7e7e;
  font-weight: 400;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  background: transparent;
  text-transform: math-auto;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-wrap .sidebar-widget-tag li a {
    padding: 8px 14px;
    font-size: 14px;
    margin-left: 5px;
  }
}
.shop-sidebar-wrap .sidebar-widget-tag li a:hover {
  background-color: #266bf9;
  border-color: #266bf9;
  color: #fff;
}

/* Shop list style */
.shop-list-wrapper .content-desc-wrap .content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.shop-list-wrapper .content-desc-wrap .content .category a {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.shop-list-wrapper .content-desc-wrap .content .category a:hover {
  color: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .content .title {
  margin: 0px 0 15px;
  font-family: "Poppins", sans-serif;
}
.shop-list-wrapper .content-desc-wrap .content .title a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.shop-list-wrapper .content-desc-wrap .content .title a:hover {
  color: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .content p {
  line-height: 1.7;
}
.shop-list-wrapper .content-desc-wrap .box-inner {
  margin-top: 10px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #666666;
  margin-bottom: 20px;
  display: inline-block;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.new {
  font-weight: 500;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.old {
  margin-right: 15px;
  font-weight: 300;
  text-decoration: line-through;
  position: relative;
}
.shop-list-wrapper .content-desc-wrap .box-inner .price span.old::after {
  position: absolute;
  top: 50%;
  left: auto;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666666;
  margin-top: -1px;
  right: -15px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  background-color: #707070;
  font-size: 24px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action + .action {
  margin-left: 10px;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action:hover {
  color: #fff;
  background: #266bf9;
}
.shop-list-wrapper .content-desc-wrap .box-inner .actions .action.active {
  background: #266bf9;
}
.shop-list-wrapper + .shop-list-wrapper {
  margin-top: 50px;
}
.shop-list-wrapper .product:hover {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.shop-list-wrapper .product:hover .thumb .image img {
  -webkit-transform: scale(1.01) rotate(0deg);
          transform: scale(1.01) rotate(0deg);
}
.shop-list-wrapper .product:hover .thumb .image img:not(:last-child) {
  opacity: 0;
}
.shop-list-wrapper .product:hover .thumb .image img.hover-image {
  opacity: 1;
}

.zoom-thumbs {
  width: 70%;
  margin: 18px auto 0px auto;
}
.zoom-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}
.zoom-thumbs .swiper-slide:hover img {
  border-color: #266bf9;
}
.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #266bf9;
}
.zoom-thumbs .swiper-slide .img-responsive {
  width: auto;
}

.zoom-top .swiper-slide, .zoom-top-2 .swiper-slide {
  border-radius: 15px;
  border: 2px solid #e1e1e1;
  padding: 3px;
  overflow: hidden;
}
.zoom-top .swiper-slide::before, .zoom-top-2 .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-top .swiper-slide .full-preview, .zoom-top-2 .swiper-slide .full-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  font-size: 24px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #266bf9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
  opacity: 0;
  border-radius: 5px;
}
.zoom-top .swiper-slide:hover .full-preview, .zoom-top-2 .swiper-slide:hover .full-preview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.zoom-top .swiper-slide:hover::before, .zoom-top-2 .swiper-slide:hover::before {
  opacity: 0.4;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product-details-content.ml-25px {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-details-content.ml-25px {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.product-details-content h2 {
  color: #000000;
  font-size: 36px;
  text-transform: math-auto;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 767px) {
  .product-details-content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content h2 {
    font-size: 26px;
  }
}
.product-details-content .pricing-meta ul li + li {
  margin-left: 10px;
}
.product-details-content .pricing-meta ul li {
  font-size: 36px;
  color: #000000;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .product-details-content .pricing-meta ul li {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content .pricing-meta ul li {
    font-size: 26px;
  }
}
.product-details-content .pro-details-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding-bottom: 40px;
  margin-top: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 5px;
}
.product-details-content .pro-details-rating-wrap .rating-product i {
  color: #ffde00;
  font-size: 18px;
}
.product-details-content .pro-details-rating-wrap .rating-product i + i {
  margin-left: 3px;
}
.product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #929191;
  position: relative;
  margin-left: 8px;
  padding: 0;
  font-size: 18px;
  display: inline-block;
}
.product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #266bf9;
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-rating-wrap .read-review a {
    font-size: 16px;
  }
}
.product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #3a3a3a;
}
.product-details-content .pro-details-list p {
  font-weight: 400;
  color: #3a3a3a;
  line-height: 24px;
  margin: 0;
}
.product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px;
}
.product-details-content p {
  color: #181818;
  line-height: 30px;
  margin-bottom: 20px;
}
.product-details-content .pro-details-quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
  width: 100%;
}
.product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
  background: #505050;
  border-radius: 5px;
}
.product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #fff;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: none;
}
.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 50px;
  padding-top: 14px;
  right: 0;
  top: 0;
}
.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 50px;
  left: 0;
  padding-top: 14px;
  top: 0;
}
.product-details-content .pro-details-quality .pro-details-cart .add-cart {
  position: relative;
  padding: 0 35px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: math-auto;
  display: inline-block;
  margin-left: 10px;
  background: #266bf9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
.product-details-content .pro-details-quality .pro-details-cart .add-cart:hover {
  background-color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 12px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-quality .pro-details-cart .add-cart {
    padding: 0 10px;
    font-size: 12px;
    margin-left: 5px;
  }
}
.product-details-content .pro-details-compare-wishlist a {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 23px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #454545;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 479px) {
  .product-details-content .pro-details-compare-wishlist a {
    margin-left: 5px;
  }
}
.product-details-content .pro-details-compare-wishlist a:hover {
  background-color: #000000;
}
.product-details-content .pro-details-same-style span {
  font-weight: 500;
  color: #266bf9;
  display: inline-block;
  margin-right: 5px;
}
.product-details-content .pro-details-same-style a {
  font-weight: 400;
  color: #484545;
  margin-left: 3px;
}
.product-details-content .pro-details-same-style a:hover {
  color: #266bf9;
}
.product-details-content .pro-details-same-style.pro-details-categories-info {
  margin: 10px 0;
}

.description-review-wrapper {
  margin-top: 25px;
  margin-left: 25px;
}

.description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  margin-bottom: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e1e1e1;
  background-color: #fff;
}
.description-review-topbar.nav button {
  background: transparent;
  border: 0;
  text-transform: math-auto;
  line-height: 24px;
  color: #000000;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.description-review-topbar.nav button::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #e1e1e1;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.description-review-topbar.nav button:hover {
  color: #266bf9;
}
.description-review-topbar.nav button:hover::before {
  width: 100%;
  background-color: #266bf9;
}
.description-review-topbar.nav button.active {
  color: #266bf9;
}
.description-review-topbar.nav button.active::before {
  width: 100%;
  background-color: #266bf9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .description-review-topbar.nav button {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-topbar.nav button {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .description-review-topbar.nav button {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .description-review-topbar.nav button {
    margin-right: 4px;
    font-size: 14px;
    padding-left: 0;
  }
}

.description-review-bottom {
  overflow: hidden;
  font-size: 16px;
  background: #fff;
  padding: 40px 0px 0px 0px;
}
.description-review-bottom .product-description-wrapper {
  text-align: left;
}
.description-review-bottom .product-description-wrapper p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #181818;
  font-weight: 300;
}
.description-review-bottom .product-anotherinfo-wrapper li {
  color: #3d3d3d;
  font-size: 16px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block;
}
.description-review-bottom .product-anotherinfo-wrapper li span {
  color: #525252;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}
.description-review-bottom .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
.description-review-bottom .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin: 0 15px 0 0;
}
.description-review-bottom .single-review .review-img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review .review-img {
    margin: 0px 0px 20px 0px;
  }
}
.description-review-bottom .single-review .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name {
  margin-right: 15px;
}
.description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 18px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  color: #000000;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
}
.description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 14px;
  color: #ffde00;
}
.description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #000000;
}
.description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #266bf9;
}
.description-review-bottom .single-review .review-bottom p {
  margin: 0;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
}
.description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review.child-review {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .single-review {
    display: block;
  }
}
.description-review-bottom .ratting-form-wrapper {
  padding-top: 50px;
  line-height: 1;
}
.description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.description-review-bottom .ratting-form-wrapper .star-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 20px;
}
.description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 14px;
  color: #ffde00;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  padding: 2px 10px 2px 20px;
  background: transparent;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  padding: 2px 10px 2px 20px;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style input:focus {
  border-color: #266bf9;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: transparent;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style textarea:focus {
  border-color: #266bf9;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style button {
  width: 170px;
  height: 50px;
  background-color: #000000;
}
.description-review-bottom .ratting-form-wrapper .rating-form-style button:hover {
  background-color: #266bf9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0;
  }
}

.related-product {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .related-product {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .related-product {
    padding-bottom: 0px;
  }
}
.related-product .new-product-slider {
  padding: 50px 0px 60px 0px;
}

.pro-details-color-size {
  margin-top: 30px;
  margin-bottom: 25px;
}
.pro-details-color-size p {
  font-weight: 500;
  color: #266bf9;
  margin: 0;
}
.pro-details-color-size .ml-30px {
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .pro-details-color-size .ml-30px {
    margin-left: 20px;
  }
}
.pro-details-color-size .shop-select {
  margin-left: 10px;
  border-radius: 5px;
  width: 100%;
  color: #484545;
}
.pro-details-color-size select {
  word-wrap: normal;
  border: 0;
  cursor: pointer;
  width: 100%;
}
.pro-details-color-size select:focus-visible {
  outline: 0;
  border: 0;
}
.pro-details-color-size select option {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-details-table.pro-details-quality {
  display: block;
  margin: 30px 0 10px 0;
}
.product-details-table .table tbody tr td {
  padding: 10px 15px;
  width: 33.33%;
  text-align: center;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  font-size: 16px;
}
.product-details-table .table tbody tr td a {
  color: #090909;
}
.product-details-table .table tbody tr td a:hover {
  color: #266bf9;
}

.product-details-img.product-details-tab.product-details-tab-2.product-details-tab-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoom-thumbs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  width: 15%;
}
.product-details-img.product-details-tab.product-details-tab-2 .zoom-top-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  width: 85%;
}

.zoom-thumbs-2 {
  display: inline-block;
  float: left;
  text-align: center;
}
.zoom-thumbs-2 .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}
.zoom-thumbs-2 .swiper-slide:hover img {
  border-color: #266bf9;
}
.zoom-thumbs-2 .swiper-slide.swiper-slide-thumb-active img {
  border-color: #266bf9;
}
.zoom-thumbs-2 .swiper-slide .img-responsive {
  width: auto;
}

.single-product-slider .swiper-slide a img {
  border: 2px solid #e1e1e1;
  border-radius: 10px;
}

.single-product-gallery {
  margin-bottom: -30px;
  margin-left: -30px;
}
.single-product-gallery .single-product-slider-item {
  width: calc(50% - 30px);
  margin-bottom: 30px;
  margin-left: 30px;
}
.single-product-gallery img {
  border: 2px solid #e1e1e1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  width: 100%;
  border-radius: 10px;
}
.single-product-gallery img:hover {
  border-color: #266bf9;
}

.single-product-sticky .single-product-slider-item {
  width: 100%;
  text-align: center;
}
.single-product-sticky img {
  border: 2px solid #e1e1e1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  border-radius: 10px;
}
.single-product-sticky img:hover {
  border-color: #266bf9;
}

.product-details-sticky {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
}

.cart-main-area .cart-page-title {
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 600;
}
.cart-main-area .table-content table {
  border: 1px solid #ebebeb;
  width: 100%;
}
.cart-main-area .table-content table thead > tr {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
}
.cart-main-area .table-content table thead > tr > th {
  border-top: medium none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 21px 45px 22px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.cart-main-area .table-content table tbody > tr {
  border-bottom: 1px solid #ebebeb;
}
.cart-main-area .table-content table tbody > tr td {
  color: #3a3a3a;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-thumbnail {
  width: 150px;
}
.cart-main-area .table-content table tbody > tr td.product-name {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-name a {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
}
.cart-main-area .table-content table tbody > tr td.product-price-cart {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity {
  width: 435px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #e5e5e5;
  height: 40px;
  left: 0;
  padding-top: 6px;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #e5e5e5;
  height: 40px;
  padding-top: 6px;
  right: 0;
  top: 0;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus .qtybutton {
  color: #3a3a3a;
  cursor: pointer;
  float: inherit;
  font-size: 16px;
  margin: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box {
  color: #3a3a3a;
  float: left;
  font-size: 16px;
  height: 40px;
  margin: 0;
  width: 110px;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  text-align: center;
}
.cart-main-area .table-content table tbody > tr td.product-remove {
  width: 100px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a {
  color: #3a3a3a;
  font-size: 16px;
  margin: 0 10px;
}
.cart-main-area .table-content table tbody > tr td.product-remove a:hover {
  color: #266bf9;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a {
  background-color: #266bf9;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}
.cart-main-area .table-content table tbody > tr td.product-wishlist-cart > a:hover {
  background-color: #000000;
}
.cart-main-area .cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.cart-main-area .cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .cart-main-area .cart-shiping-update-wrapper {
    display: block;
    padding: 30px 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  border-radius: 0px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 63px 17px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
    padding: 18px 25px;
    margin: 0 0 15px;
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a:hover,
.cart-shiping-update-wrapper .cart-clear > button:hover {
  background-color: #266bf9;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #266bf9;
  color: #fff;
}

.cart-shiping-update-wrapper .cart-clear > a:hover {
  background-color: #000000;
  color: #fff;
}

.cart-tax,
.discount-code-wrapper,
.grand-totall {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 45px 30px 50px;
}

.cart-tax .title-wrap,
.discount-code-wrapper .title-wrap,
.grand-totall .title-wrap {
  position: relative;
}

.cart-tax .title-wrap::before,
.discount-code-wrapper .title-wrap::before,
.grand-totall .title-wrap::before {
  background-color: #e3e1e1;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 1;
}

.cart-tax .title-wrap h4.cart-bottom-title,
.discount-code-wrapper .title-wrap h4.cart-bottom-title,
.grand-totall .title-wrap h4.cart-bottom-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-right: 18px;
  background-color: #ebebeb;
  position: relative;
  z-index: 1;
  color: #000000;
}

.cart-tax .tax-wrapper,
.discount-code-wrapper .tax-wrapper,
.grand-totall .tax-wrapper {
  margin-top: 22px;
}

.tax-select-wrapper {
  margin: 15px 0 0;
}
.tax-select-wrapper select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0px;
}
.tax-select-wrapper input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding-left: 20px;
  border-radius: 0px;
}
.tax-select-wrapper .tax-select {
  margin-bottom: 20px;
}
.tax-select-wrapper .tax-select label {
  color: #000000;
  font-size: 16px;
  margin: 0 0 10px;
}
.tax-select-wrapper button.cart-btn-2 {
  background: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.tax-select-wrapper button.cart-btn-2:hover {
  color: #fff;
  background: #000000;
}

.discount-code-wrapper .title-wrap {
  margin-bottom: 22px;
}
.discount-code-wrapper .discount-code p {
  margin: 0 0 15px;
}
.discount-code-wrapper .discount-code input {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 10px;
  outline: none;
  width: 100%;
  border-radius: 0px;
}
.discount-code-wrapper .discount-code button.cart-btn-2 {
  background: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 58px;
  text-transform: uppercase;
}
.discount-code-wrapper .discount-code button.cart-btn-2:hover {
  color: #fff;
  background: #000000;
}

.grand-totall h5 {
  font-size: 16px;
  margin: 36px 0 27px;
  font-weight: 400;
}
.grand-totall h5 span {
  float: right;
  font-size: 18px;
  font-weight: 600;
}
.grand-totall .total-shipping {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 0 0 27px;
  padding: 28px 0;
}
.grand-totall .total-shipping h5 {
  font-size: 16px;
  margin: 0;
}
.grand-totall .total-shipping ul {
  padding: 19px 0 0 0;
}
.grand-totall .total-shipping ul li {
  color: #3a3a3a;
  list-style: outside none none;
  margin: 0 0 6px;
  display: block;
}
.grand-totall .total-shipping ul li input {
  background: #e9e9e9 none repeat scroll 0 0;
  border: 1px solid #d7d7d7;
  border-radius: 5px !important;
  color: #3a3a3a;
  cursor: pointer;
  height: 13px;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 2px;
  width: 13px;
}
.grand-totall .total-shipping ul li span {
  float: right;
}
.grand-totall .grand-totall-title {
  color: #266bf9;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 25px;
}
.grand-totall .grand-totall-title span {
  float: right;
}
.grand-totall a {
  background-color: #266bf9;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 10px 17px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.grand-totall a:hover {
  background-color: #000000;
}

.billing-info-wrap h3 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}
.billing-info-wrap .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 10px;
}
.billing-info-wrap .billing-info input:focus {
  border-color: #266bf9;
}
.billing-info-wrap .billing-info .checkout-account label {
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 0 12px;
}
.billing-info-wrap .billing-info .checkout-account input {
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  margin-top: 7px;
  cursor: pointer;
}
.billing-info-wrap .billing-info .checkout-account input:focus {
  border-color: #266bf9;
}
.billing-info-wrap .billing-select select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  outline: none;
  height: 45px;
}
.billing-info-wrap .checkout-account-toggle input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0 0 20px;
  width: 100%;
  height: 45px;
  outline: none;
}
.billing-info-wrap .checkout-account-toggle input:focus {
  border-color: #266bf9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn {
  background-color: #266bf9;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 9;
}
.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover {
  background-color: #000000;
}
.billing-info-wrap .additional-info-wrap {
  margin: 30px 0;
}
.billing-info-wrap .additional-info-wrap h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 10px;
}
.billing-info-wrap .additional-info-wrap textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 16px;
  height: 138px;
  padding: 17px 20px;
  width: 100%;
  outline: none;
}
.billing-info-wrap .additional-info-wrap textarea:focus {
  border-color: #266bf9;
}
.billing-info-wrap label {
  margin-bottom: 10px;
}

.your-order-area h3 {
  font-weight: 600;
  color: #000000;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 16px;
}
.your-order-area .your-order-wrap {
  padding: 38px 45px 44px;
  background: #ebebeb;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li {
  font-size: 16px;
  font-weight: 600;
  list-style: outside none none;
  color: #000000;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 29px 0;
  padding: 19px 0 18px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-middle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total {
  border-bottom: 1px solid #dee0e4;
  border-top: 1px solid #dee0e4;
  margin: 18px 0 33px;
  padding: 17px 0 19px;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li {
  font-weight: 600;
  color: #266bf9;
  font-size: 16px;
  list-style: outside none none;
  font-family: "Poppins", sans-serif;
}
.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total {
  font-weight: 600;
  color: #000000;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .your-order-area .your-order-wrap {
    padding: 38px 30px 44px;
  }
}
.your-order-area .payment-accordion {
  margin: 0 0 16px;
}
.your-order-area .payment-accordion:last-child {
  margin: 0 0 0;
}
.your-order-area .payment-accordion h4 a {
  color: #000000;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.your-order-area .payment-accordion .panel-body {
  padding: 5px 0 0 0;
}
.your-order-area .payment-accordion .panel-body p {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 24px;
}
.your-order-area .Place-order {
  margin-top: 25px;
}
.your-order-area .Place-order a {
  background-color: #266bf9;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 9;
}
.your-order-area .Place-order a:hover {
  background-color: #000000;
}

.open-toggle, .open-toggle2 {
  display: none;
}

.compare-table .table tbody {
  border-right: 1px solid #ebebeb;
}
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #ebebeb;
}
.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  text-transform: math-auto;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 20px;
  margin-bottom: 10px;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #266bf9;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  width: 170px;
  padding: 14px 25px 14px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  font-weight: 600;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background-color: #000000;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  color: #000000;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 22px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #266bf9;
}
.compare-table .table tbody tr td.pro-ratting i {
  font-size: 20px;
  color: #ffde00;
}

.single-my-account {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
    border-radius: 15px;
}
.single-my-account .myaccount-info-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h4 {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 7px;
  font-weight: 600;
  color: #000000;
}
.single-my-account .myaccount-info-wrapper .account-info-wrapper .account-info-wrapper {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
  padding-bottom: 30px;
}
.single-my-account .myaccount-info-wrapper .billing-info {
  margin-bottom: 20px;
}
.single-my-account .myaccount-info-wrapper .billing-info label {
  color: #3a3a3a;
  font-size: 14px;
  text-transform: math-auto;
  margin-bottom: 10px;
}
.single-my-account .myaccount-info-wrapper .billing-info input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i {
  font-size: 15px;
  color: #266bf9;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover {
  color: #266bf9;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button {
  background-color: #f2f2f2;
  border: medium none;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 35px 17px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
}
.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover {
  background-color: #266bf9;
  color: #fff;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper {
  border: 1px solid #eaeaea;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper {
    padding: 30px 10px;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper:before {
    display: none;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info {
    padding: 0 10px 30px;
  }
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p {
  color: #3a3a3a;
  font-size: 14px;
  margin: 0;
  text-transform: math-auto;
  line-height: 24px;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a {
  background-color: #F32013;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 0 2px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover {
  background-color: #266bf9;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit {
  background-color: #000000;
  font-weight: 600;
}
.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover {
  background-color: #266bf9;
}

/*****************************
Pages - My Account
*****************************/
@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 50px;
  }
}
.dashboard_tab_button li {
  margin-bottom: 10px;
}
.dashboard_tab_button li:last-child {
  margin-bottom: 0;
}
.dashboard_tab_button li .nav-link {
  font-weight: 600;
  color: #fff;
  background-color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.dashboard_tab_button li .nav-link.active {
  background-color: #266bf9;
}

.dashboard_content h4 {
  font-size: 24px;
  text-transform: math-auto;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_content h5 {
  font-size: 20px;
  text-transform: math-auto;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content p {
  font-size: 16px;
  line-height: 26px;
}
.dashboard_content p a {
  color: #266bf9;
  font-weight: 600;
}

.input-radio span {
  font-weight: 600;
  padding-right: 10px;
}

.input-radio span input[type=radio],
.account_login_form form span input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.checkbox-default-more-text em {
  margin-top: 14px;
  display: block;
  line-height: 24px;
}

.table_page table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}
.table_page table thead {
  background: #f2f2f2;
}
.table_page table thead tr th {
  color: #24262b;
  border-bottom: 3px solid #266bf9;
  border-right: 1px solid #ededed;
  font-size: 16px;
  font-weight: 600;
  text-transform: math-auto;
  padding: 10px;
  text-align: center;
}
.table_page tbody tr td {
  border-right: 1px solid #ededed;
  font-weight: 600;
  text-transform: math-auto;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.table_page tbody tr td a:hover {
  color: #266bf9;
}

.table_page table tbody tr td {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  text-align: center;
  padding: 10px;
}

.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
  border-right: 0;
}

.default-form-box {
  margin-bottom: 20px;
}
.default-form-box label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.default-form-box input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0px 10px 0px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  line-height: 45px;
}
.default-form-box input:focus {
  border-color: #266bf9;
}

.checkbox-default {
  line-height: 1;
  display: inline-block;
}
.checkbox-default input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 0;
  height: auto;
}
.checkbox-default input::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dee2e6;
  line-height: 20px;
  text-align: center;
  left: 0;
}
.checkbox-default span {
  display: inline-block;
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  text-transform: math-auto;
  color: #777 !important;
  font-size: 16px;
  cursor: pointer;
}

.checkbox-default input:checked::after {
  position: absolute;
  content: "";
  background: #266bf9;
  border-color: #266bf9;
  font-family: "FontAwesome";
  color: #fff;
}

.save_button button {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  width: 130px;
  height: 45px;
  line-height: 45px;
}
.save_button button:hover {
  border-color: #266bf9;
  background-color: #266bf9;
  color: #fff;
}

.login-register-wrapper .login-register-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.login-register-wrapper .login-register-tab-list a {
  position: relative;
}
.login-register-wrapper .login-register-tab-list a:before {
  background-color: #000;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 1px;
}
.login-register-wrapper .login-register-tab-list a:hover h4 {
  color: #266bf9 !important;
}
.login-register-wrapper .login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 20px;
  text-transform: math-auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000000;
}
.login-register-wrapper .login-register-tab-list a:last-child:before {
  display: none;
}
.login-register-wrapper .login-form-container {
  background: transparent none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 80px;
  text-align: left;
}
.login-register-wrapper .login-form-container .login-register-form input {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #3a3a3a;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.login-register-wrapper .login-form-container .login-register-form input:focus {
  border-color: #266bf9;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn {
  padding: 10px 0 19px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn input[type=checkbox] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a {
  color: #000000;
  float: right;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a.flote-none {
  float: none !important;
}
.login-register-wrapper .login-form-container .login-register-form .button-box .login-toggle-btn a:hover {
  color: #266bf9;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button {
  background-color: #f2f2f2;
  border: medium none;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
}
.login-register-wrapper .login-form-container .login-register-form .button-box button:hover {
  background-color: #266bf9;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrapper .login-form-container {
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-wrapper .login-form-container {
    padding: 40px 15px;
  }
}

.login-register-wrapper .login-register-tab-list a.active h4 {
  color: #266bf9;
}

.cart-heading h2 {
  color: #000000;
  text-align: left;
  font-size: 24px;
  line-height: 16px;
  font-style: normal;
  text-transform: none;
  margin: 0 0 30px;
  font-weight: 500;
}

.empty-text-contant i {
  font-size: 60px;
  color: #000000;
}
.empty-text-contant h3 {
  font-size: 20px;
  color: #000000;
  margin: 20px 0 20px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .empty-text-contant h3 {
    font-size: 18px;
  }
}
.empty-text-contant a.empty-cart-btn {
  padding: 15px 25px;
  display: inline-block;
  background: #266bf9;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.empty-text-contant a.empty-cart-btn:hover {
  background-color: #000000;
}
.empty-text-contant a.empty-cart-btn:hover i {
  -webkit-transform: translate(-5px, 0px);
          transform: translate(-5px, 0px);
}
.empty-text-contant a.empty-cart-btn i {
  font-size: 14px !important;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

/* 18.01.05. Order Tracking CSS */
.order-tracking {
  max-width: 630px;
  margin: auto;
  padding: 60px;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.order-tracking p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}
.order-tracking label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: #333;
}
.order-tracking input {
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  border: 2px solid transparent;
  border-bottom-color: #ededed;
  background-color: transparent;
}
.order-tracking input::-webkit-input-placeholder {
  font-weight: 400;
}
.order-tracking input::-moz-placeholder {
  font-weight: 400;
}
.order-tracking input:-ms-input-placeholder {
  font-weight: 400;
}
.order-tracking input::-ms-input-placeholder {
  font-weight: 400;
}
.order-tracking input::placeholder {
  font-weight: 400;
}
.order-tracking input:focus {
  border-bottom-color: #266bf9;
}
@media only screen and (max-width: 575px) {
  .order-tracking {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .order-tracking {
    padding: 30px;
  }
}
.order-tracking .btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
  height: auto;
  width: auto;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .order-tracking .btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.order-tracking .btn:hover {
  background-color: #266bf9;
  border-color: #266bf9;
  color: #fff;
}
.order-tracking .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 18.05. Coming Soon Page CSS */
/* Coming Soon Section */
.coming-soon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

/* Coming Soon Content */
.coming-soon-content {
  text-align: center;
}
.coming-soon-content .logo {
  margin-bottom: 80px;
}
.coming-soon-content .title {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 40px;
}
.coming-soon-content .countdown3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.coming-soon-content .countdown3 .count {
  min-width: 130px;
  margin: 0 10px;
}
.coming-soon-content .countdown3 .count span {
  display: block;
  color: #000;
}
.coming-soon-content .countdown3 .count span.amount {
  font-size: 100px;
  line-height: 1;
}
.coming-soon-content .countdown3 .count span.period {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-content .countdown3 .count {
    min-width: 100px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-content .logo {
    margin-bottom: 60px;
  }
  .coming-soon-content .title {
    font-size: 44px;
    margin-bottom: 30px;
  }
  .coming-soon-content .countdown3 {
    margin-bottom: 60px;
  }
  .coming-soon-content .countdown3 .count {
    min-width: 80px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 60px;
  }
  .coming-soon-content .countdown3 .count span.period {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .coming-soon-content .logo {
    margin-bottom: 40px;
  }
  .coming-soon-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .coming-soon-content .countdown3 {
    margin-bottom: 40px;
  }
  .coming-soon-content .countdown3 .count {
    min-width: 60px;
    margin: 0 5px;
  }
  .coming-soon-content .countdown3 .count span.amount {
    font-size: 40px;
  }
  .coming-soon-content .countdown3 .count span.period {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.widget-subscibe input[type=email] {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-right: 170px;
  padding-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #fff;
}

.widget-subscibe {
  position: relative;
  width: 100%;
  max-width: 570px;
  margin: auto;
}

.widget-subscibe .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  border-color: #333;
  background-color: #333;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  width: 160px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
  outline: none;
}
.widget-subscibe .btn:hover {
  color: #fff;
  background-color: #266bf9;
  border-color: #266bf9;
}
.widget-subscibe .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 575px) {
  .widget-subscibe .btn {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .widget-subscibe input[type=email] {
    padding-right: 20px;
  }
}
.faq-area .inner-descripe {
  margin-bottom: 30px;
}
.faq-area .inner-descripe h4 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .faq-area .inner-descripe h4 {
    font-size: 20px;
  }
}
.faq-area .inner-descripe p {
  color: #3a3a3a;
  line-height: 26px;
}
.faq-area .single-my-account h3.panel-title {
  border-bottom: 0;
  text-transform: math-auto;
}
.faq-area .single-my-account h3.panel-title a {
  font-size: 16px;
  color: #212121;
  display: block;
  padding: 16px 45px;
  position: relative;
  color: #000;
  padding-right:65px;
}
@media only screen and (max-width: 767px) {
  .faq-area .single-my-account h3.panel-title a {
    padding: 12px 38px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-area .single-my-account h3.panel-title a {
    font-size: 13px;
  }
}
.faq-area .single-my-account h3.panel-title a:before {
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 16px;
}
.faq-area .single-my-account h3.panel-title span {
  color: #212121;
  font-size: 14px;
  left: 20px;
  position: absolute;
  font-size: 16px;
  top: 16px;
}
@media only screen and (max-width: 767px) {
  .faq-area .single-my-account h3.panel-title span {
    top: 10px;
    font-size: 14px;
  }
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
  color: #266bf9;
}
.faq-area .single-my-account .panel-body {
  padding: 20px;
  line-height: 26px;
}

.single-my-account h3.panel-title {
  background-color: #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  line-height: 2;
}

.section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 750px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-404 {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .section-404 {
    height: 600px;
  }
}
.section-404 .content-404 {
  padding: 100px 0;
}
.section-404 .content-404 .title {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-404 .content-404 .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 .content-404 .title {
    font-size: 60px;
  }
}
.section-404 .content-404 .sub-title {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-404 .content-404 .sub-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 .content-404 .sub-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.section-404 .content-404 p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-404 .content-404 p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 .content-404 p {
    margin-bottom: 20px;
  }
}
.section-404 .content-404 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.section-404 .content-404 .buttons .buttons .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-404 .content-404 .buttons .btn-primary {
  border-color: #266bf9;
  background-color: #266bf9;
  color: #fff;
  height: auto;
  width: auto;
}
.section-404 .content-404 .buttons .btn {
  font-weight: 400;
  line-height: 24px;
  padding: 15px 40px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 500px;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .section-404 .content-404 .buttons .btn {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.section-404 .content-404 .buttons .btn-dark {
  border-color: #000;
  background-color: #000;
  color: #fff;
  margin-left: 20px;
}
.section-404 .content-404 .buttons .btn-outline-hover-dark:hover, .section-404 .content-404 .buttons .btn-outline-hover-dark:not(:disabled):not(.disabled).active {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

[data-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.inner_complated {
  text-align: center;
}
.inner_complated img {
  max-width: 100%;
}

.img_cmpted {
  margin: 0 0 30px;
}

.dsc_cmpted {
  margin: 0 0 30px;
  line-height: 24px;
}

.btn_cmpted .shop-btn {
  width: 210px;
  background: #266bf9;
  text-transform: math-auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  font-size: 16px;
}
.btn_cmpted .shop-btn:hover {
  background-color: #1d1d1d;
}

.cntct.typewriter-effect a {
  font-size: 20px;
  color: #eb2606;
  margin: 15px 0 0;
  display: inline-block;
  font-weight: 500;
}

.main_quickorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
}
.main_quickorder .title {
  font-size: 32px;
}
@media only screen and (max-width: 575px) {
  .main_quickorder .title {
    font-size: 26px;
  }
}

.thank-you-area {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-map {
  margin-top: -140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-map {
    margin-top: 0px;
  }
}

.gmap_canvas {
  line-height: 0;
}
.gmap_canvas iframe {
  overflow: hidden;
  background: none !important;
  height: 600px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gmap_canvas iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .gmap_canvas iframe {
    height: 350px;
  }
}

.contact-wrapper {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius:30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper {
    padding: 70px 80px 0px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 50px 60px 60px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 50px 30px 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-wrapper {
    padding: 50px 20px 60px 20px;
  }
}
.contact-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-wrapper .contact-info .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 264px;
  -webkit-box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info .single-contact {
    width: 240px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info .single-contact {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.contact-wrapper .contact-info .single-contact .info-box {
  text-align: center;
  line-height: 1;
}
.contact-wrapper .contact-info .single-contact .info-box .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 500;
  margin: 21px 0 18px 0;
}
@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 20px;
  }
}
.contact-wrapper .contact-info .single-contact .info-box p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
}
.contact-wrapper .contact-info .single-contact .info-box a {
  color: #000000;
}
.contact-wrapper .contact-info .single-contact .info-box a:hover {
  color: #266bf9;
}

.contact-form .contact-title {
  margin: 0 0 52px;
  text-align: center;
}
.contact-form .contact-title .title {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-title .title {
    font-size: 28px;
  }
}
.contact-form .contact-title p {
  color: #747474;
  line-height: 27px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
/*    margin-bottom: 30px;*/
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 300;
        background: transparent;
}
.contact-form .contact-form-style input::-webkit-input-placeholder, .contact-form .contact-form-style textarea::-webkit-input-placeholder {
  color: #222;
}
.contact-form .contact-form-style input::-moz-placeholder, .contact-form .contact-form-style textarea::-moz-placeholder {
  color: #222;
}
.contact-form .contact-form-style input:-ms-input-placeholder, .contact-form .contact-form-style textarea:-ms-input-placeholder {
  color: #222;
}
.contact-form .contact-form-style input::-ms-input-placeholder, .contact-form .contact-form-style textarea::-ms-input-placeholder {
  color: #222;
}
.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
  color: #222;
}
.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: #266bf9;
  color: #000;
}
.contact-form .contact-form-style textarea {
    height: 100px;
}
.contact-form p {
  color: #3a3a3a;
}
.contact-form button {
  font-size: 18px;
  font-weight: 600;
  width: 230px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background-color: #266bf9;
  color: #fff;
  border: 0;
  outline: 0;
  text-transform: math-auto;
  margin: auto;
}
.contact-form button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-form button {
    font-size: 16px;
    width: 190px;
    height: 54px;
  }
}

.cookie-consent {
    position: fixed;
    bottom: -100px; /* стартовое скрытие */
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

.cookie-consent.show {
    bottom: 0; /* плавно появляется */
    opacity: 1;
}

.cookie-consent .cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cookie-consent p {
    margin: 0;
    font-size: 14px;
}

.cookie-consent a {
    color: #266bf9;
    text-decoration: underline;
}

.cookie-consent button {
    background: #266bf9;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 10px;
}

.cookie-consent button:hover {
    background: #266bf9;
}
/* Мобильная версия */
@media (max-width: 767px) {
    .cookie-consent .cookie-container {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .cookie-consent p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .cookie-consent button {
        margin-left: 0;
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
}

/* Планшеты */
@media (min-width: 768px) and (max-width: 1024px) {
    .cookie-consent .cookie-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cookie-consent p {
        font-size: 14px;
    }

    .cookie-consent button {
        padding: 8px 15px;
        font-size: 14px;
    }
}
.shopPBMore{display:flex;justify-content:center;margin-top:14px}
.shopPBMore .myBtn{padding:12px 22px}
.shopTableToCat{display:flex;justify-content:center;width:100%}

.safwqfqwg{
        display: flex !important;
    align-items: center;
    justify-content: center !important;
}
.safwqfqwg span{
    margin: 0 !important;
    font-size: 24px !important;
    align-items: center;
    display: flex;
}
.safwqfqwg span svg{
    font-size: 40px !important;
}
.safwqfqwg:hover span{
    color: #222!important;
}
.safwqfqwg:hover span svg path{
    fill: #222!important;
}
.shopCopy{
    background: #fff!important;
    color: #222!important;
    border: 1px solid #fff!important;
}
.shopCopy path{
    fill: #222;
}
.shopCopy:hover span{
    color: #222!important;
}
.shopCopy:hover{
        border: 1px solid #266bf9;
}
.shopCopy:hover path{
    fill: #222!important;
}

.shopB-1{
   width: 100%;
   height: 46px;
}
.shopB-1 svg{
    font-size: 24px!important;
}
.shopB-1 span{
    font-size: 16px!important;
}
.shopB-2{
    height: 46px;
}
.shopB-2 span{
    font-size: 16px!important;
}
.shopB-2 span svg{
    font-size: 24px!important;
}
.shopQtyBoxSHOPPP{
    width: 100%;
}
.SMRBlock{
    min-height: 165px;
}

.bl-container{
    position: relative;
    z-index: 4;
}
/* ====================================================================
   Перемикач мов (хедер)
   ==================================================================== */
.lang-switch{position:relative;display:inline-block;margin-right:10px}
.lang-switch-btn{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:10px;padding:11px 16px;
  font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:.15s}
.lang-switch-btn:hover{background:rgba(255,255,255,.15)}
.lang-switch-btn .fa-globe{font-size:14px}
.lang-switch-btn .fa-angle-down{font-size:12px;opacity:.8}
.lang-switch-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:170px;background:#fff;
  border-radius:12px;box-shadow:0 16px 40px rgba(15,23,42,.22);padding:6px;list-style:none;margin:0;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s;z-index:1200}
.lang-switch.open .lang-switch-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang-switch-menu li{margin:0}
.lang-switch-menu a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:9px;
  text-decoration:none;color:#1e293b;transition:.12s}
.lang-switch-menu a:hover{background:#f1f5f9;text-decoration:none}
.lang-switch-menu a.on{background:#eef3ff}
.lang-switch-menu .lang-code{font-weight:800;font-size:12px;color:#266bf9;width:26px;text-align:center;
  background:#eef3ff;border-radius:6px;padding:3px 0}
.lang-switch-menu a.on .lang-code{background:#266bf9;color:#fff}
.lang-switch-menu .lang-name{font-size:14px;font-weight:600;color:#1e293b}
@media(max-width:991px){.lang-switch{margin-right:6px}.lang-switch-btn{padding:8px 10px}}
