*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
html{
    scroll-behavior: smooth;
}

   

input, textarea, select {
    font-style: italic;
    font-size: 1.125em;
    border-color: transparent;
    background-color: #f6f6f6;
    color: #1c1d1d;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
ul, ol {
    list-style: none;
    margin: 0 0 0.25rem;
    padding: 0;
}
button{
    outline: none !important;
    box-shadow: none !important;
}
body{
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    color: #141412;
  line-height: 1.5;
  margin: 0;
    }

   ::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #000;
  }
  
  ::selection {
    color: #fff;
    background: #000;
  }
a{
    text-decoration: none !important;
}
/* unvisited link */
a:link {
    color: #222323;;
  }
  
  /* visited link */
  a:visited {
    color: #222323;
  }
  
  /* mouse over link */
  a:hover {
    color: #c9b6b6;
  }
  
  /* selected link */
  a:active {
    color: #222323;
  }
/*/////////HEADER////////*/
.cont-log{

}
.cont-log img{
    height: 90px;
    line-height: 90px;
}

.mainmenu__nav {
    align-items: center;
    align-self: start;
    display: flex;
    height: 90px;
    padding-left: 140%;
    justify-content: flex-end;
}
.mainmenu__nav .meninmenu {
    align-items: center;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.meninmenu li.drop {
    position: relative;
}
.mainmenu__nav .meninmenu li a {
    align-items: center;
    align-self: stretch;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 0 25px;
    line-height: 75px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}


.meninmenu li.drop .megamenu.dropdown {
    width: 240px;
}
.meninmenu li.drop:hover .megamenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.meninmenu li.drop .megamenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 720px;
    z-index: 3000;
    padding: 25px 0;
}

.meninmenu li.drop .megamenu .item.item01 {
    flex-basis: 100%;
}
.mainmenu__nav .meninmenu li.drop .megamenu .item > li {
    padding-left: 30px;
    padding-right: 20px;
}
.meninmenu li.drop .megamenu .item li a {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.meninmenu li.drop .megamenu .item li a:hover {
    color: #e59285;
    padding-left: 5px;
}


  .header__sidebar__right {
    height: 90px;
    list-style: outside none none;
    position: relative;
    z-index: 9;
}
  .header__sidebar__right > li {
    align-items: center;
    align-self: stretch;
    display: flex;
    padding-left: 0px;
    padding-right: 26px;
    position: relative;
}
  .header__sidebar__right > li > a {
    position: relative;
    display: block;
}
  .header__sidebar__right > li.shop_search > a {
    background: rgba(0, 0, 0, 0) url(../img/icons/search.png) no-repeat scroll 0 center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}
  .header__sidebar__right > li.shopcart {
    
}
  .header__sidebar__right > li.shopcart > a {
    position: relative;
}
  .header__sidebar__right > li.shopcart > a {
    background: rgba(0, 0, 0, 0) url(../img/icons/cart.png) no-repeat scroll 0 center;
    height: 100%;
    line-height: 35px;
    width: 24px;
}
  .header__sidebar__right > li.shopcart > a span.product_qun {
    background: #ce7852 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    margin: -8px 0 0;
    min-width: auto;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
    width: 16px;
}

/*//////////// search popup///////*/
.block-bg {
    background: rgba(22, 22, 27, 0.97) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transition: -webkit-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.minisearch .field__search {
    left: 0;
    margin: 0 auto auto;
    max-width: 1000px;
    padding: 0 5px;
    position: fixed;
    right: 0;
    top: 50%;
}
.minisearch .field__search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
   border-color: currentcolor currentcolor #ebebeb;
    -o-border-image: none;
    border-image: none; 
    border-style: none none solid; 
    border-width: 0 0 1px;
    color: #fff;
    height: 60px;
    padding: 10px 60px 10px 10px;
    /* position: static; */
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    font-size: 16px;
    outline: none;
}
.minisearch .field__search .action {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 60px;
    width: 60px;
}
.minisearch .field__search .action  img {
    display: block;
    height: 20px;
    left: 0;
    line-height: 77px;
    top: 25px;
    width: 20px;
    text-align: center;
    margin: auto;
    position: relative;
}

.block-bg.close__top .close__wrap {
    right: 90px;
    top: 50px;
}
.block-bg.close__top .close__wrap:hover{
    color: #e59285;
}
.block-bg .close__wrap {
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: -12.5px;
    padding-right: 25px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 50%;
    z-index: 11;
    transition: 0.4s;
}
.block-bg .close__wrap::after {
    content: "×";
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.block-bg.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
/*///////////// currencies////////*/
.doubly-wrapper {
    margin-right: 10px;
    float: right;
}
select.currency-switcher {
    display: none;
    margin: 0px;
    position: relative;
    top: auto;
}

.right {
    float: right !important;
}
.doubly-nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Helvetica Neue",Arial;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.doubly-nice-select.slim {
    padding: 0 18px 0 0;
    height: 20px;
    line-height: 20px;
    border: 0;
    background: 0 0!important;
}
.doubly-wrapper .doubly-nice-select .current {
    font-family: "Montserrat";
}
.doubly-nice-select.slim .current .flags {
    margin-top: 0 !important;
}
.flags {
    background-image: url('https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.css');
    background-repeat: no-repeat;
    display: block;
    margin: 10px 4px 0 0 !important;
    float: left;
}
.doubly-nice-select.slim:after {
    right: 4px;
    top: 6px;
}
.doubly-nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    box-sizing: content-box;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 16px;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
}
.doubly-nice-select.right .list {
    left: auto;
    right: 0;
}
.doubly-nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,.11);
    box-sizing: border-box;
    margin: 4px 0 0!important;
    opacity: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    max-height: 260px;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 100000;
}

.doubly-nice-select .option {
    font-size: 13px !important;
    float: none!important;
    text-align: left !important;
    margin: 0px !important;
    font-family: Helvetica Neue,Arial !important;
    letter-spacing: normal;
    text-transform: none;
    display: block!important;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px!important;
    list-style: none;
    min-height: 40px;
    min-width: 55px;
    margin-bottom: 0;
    outline: 0;
    padding-left: 18px!important;
    padding-right: 52px!important;
    transition: all .2s;
}

/*////////////////// SLIDER/////*/
.slide__arrow01 {
    position: relative;
}
.slider__content {
    margin-top: 60px;
}

.slide.align__center--left {
    align-items: center;
    display: flex;
}
.fullscreen {
    min-height: 700px;
    width: 100%;
}
.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;

}
.bg-image--1 {
    background-image: url(../img/new/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-image--2 {
    background-image: url(../img/slider/child2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image--3 {
    background-image: url(../img/new/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-image--4 {
    background-image: url(../img/slider/child4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slide .slider__content h2 {
    color: #fff;
    font-size: 68px;
  
    font-weight: 700;
    line-height: 1.2;
}
.slide .slider__content h2 span{
    color:#e59285;

}
.contentbox{
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    padding: 5px 28px;
}
.slide .slider__content a.shopbtn {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin: 30px auto;
    text-transform: uppercase;
    background: #141412;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #141412;
    transition: all 0.7s ease;
}
.slide .slider__content a.shopbtn:hover{
    background: #fff;
    color: #141412;
    box-shadow: 0 0 4px #eee;
}
/*/// CONTENT ALL FEATEURED ///*/
.content__sections__all{
    position: relative;
}
.content__sections__all::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 3px;
    background: #000;
    left: 42%;
    transition: all 0.7s ease-in-out;
}
.section-header__title{
    font-size: 32px;
    font-weight: bold;
    position: relative;
    padding: 0 0 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.section-header__title::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 3px;
    background: #000;
    left: 42%;
    transition: all 0.7s ease-in-out;

}
.div-side-img{
    margin-bottom: 30px;
}
.div-side-img img{
    width: 100%;
    height: auto;
    max-height: 700px;
}
.form__submit label{
    font-size: 17px;
    font-weight: bold;
}
.form__submit label sup{
    color: #e59285;
    font-size: 18px;
}
.form__submit input{
    box-shadow: none !important;
}
.form__submit .submiting{
    background: #141412;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}
.form__submit .submiting:hover{
    opacity: 0.7;
}
.content-side-right2{
    padding: 60px 0 10px;
}
.content-side-right2 .tit{
    text-transform: capitalize;
    padding: 10px 0;
    font-weight: bold;
}
.pricing{
    font-size: 19px;
    position: relative;
    padding-bottom: 20px;
}
.pricing::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: #000;
    left: 35%;
   
}
.pricing .price-cancel{
    text-decoration: line-through;
}
.pricing .price-right{
    color: #e59285;

}
.cart-add .btn-cart{
    margin-top: 25px;
    background: #141412;
    color: #fff;
    font-size: 15px;
    padding: 7px 38px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3 ease;

}
.cart-add .btn-cart:hover{
    opacity: 0.7;
}
.payment{
    padding: 15px 0 17px;
}
.p-content{
    font-size: 17px;
    text-align: justify;
}
.red-span{
    color: #e59285;
    font-weight: bold;
}
.blue-span{
    color: #2196F3;
    font-weight: bold
}
.ul-listing{
    list-style-type: circle;
    padding-left: 16px;
}
.card-all{
    margin-bottom: 15px;
}
.card-bg{
    background: #eeee;
}
.img-card{
    overflow: hidden;
    

}
.img-card img{
    width: 100%;
    transition: all 0.7s ease;
}
.img-card img:hover{
    transform: scale(1.1);
}
.content-card{
    padding: 10px 0;
}
.like-cont span{
    padding-left: 5px;
}
.social-media{
    text-align: center;
    padding: 85px 0;
}
.social-media .list-inline-item .fa{
    font-size: 18px;
    background: #141412;
    color: #fff;
    width: 30px;
    padding: 5px;
    height: 30px;
    border-radius: 5px;
    line-height: 23px;
}
.social-media .list-inline-item a{
    text-transform: capitalize;
    font-size: 18px;
}
/*//////////FOOTER////////////*/
.section-foot {
    padding-top: 70px;
    padding-bottom: 40px;
}

.list-link-foot a{
    display: inline-block;
    padding: 10px 0;
    transition: all 0.5s ease;
    font-size: 17px;
}
.list-link-foot a:hover{
    text-indent: 8px;
}

.rating{
    margin: auto;
    width: 122px;
    cursor: pointer;
}
.r-wapper-collection {
    display: table;
}
.ryviu-item {
    display: inline-block;
    padding: 2px 0;
    position: relative;
}
.r-wapper-collection .ryviu-item, .r-wapper-collection .ryviu-number-widget {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 0;
}
.ryviu-stars-item {
    float: left;
    width: 100px;
    position: relative;
}
.ryviu-stars-item .ryviu-star-gray {
    float: left;
    width: 100%;
}
.ryviu-stars-item>span+span {
    width: 0;
}
.ryviu-star-grade {
    width: 100px;
    position: absolute;
    top: 0;
    height: 18px;
    left: 0;
    float: left;
}