/* Menu */
#main_right{
    padding: 0px 15px 0 15px;
    display: block;
}
.form-group{
    display: flex;
}
.search{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    outline: none;
}
.btn {
    border: 1px solid transparent;
    border-color: rgba(0,0,0,0.05);
    border-radius: 0%;
    outline: none;
   
}
.card{
    margin-top: 10%;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 2%;
   
}
.card-title{
    padding: 20px;
    color: #fff;
    background-color: #23282d;
    display: block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.dropdown-btn{
    border: none;
    width: 100%;
    text-align:start;
    font-size: 14px;
    font-weight: bold;
    padding: 5%;
    color: #23282d;
    box-shadow: none;
}
.dropdown-container{
    border: 0 solid #f8f8f8;
    border-left: 3px solid #ececec;
    display: none;
    margin-left: 10%;
}
.dropdown-inner{
    font-size: 14px;
    font-weight: bold;
    color: #334862;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
}
.dropdown-inner:hover{
    color: #23282d;
}
.MyChecked:checked~.dropdown-container{
    display: block;
}
#menu-bt{
    text-align:start;
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: bold; 
}
#menu-bt:focus{
    box-shadow: none;
}

.product-list{
    padding-left: 5%;
    width: 100%;
   
}
.product-list li{
    list-style:none; 
    padding: 2%;
}
.product-list a{
    text-decoration: none;
}
.product-list img{
    top: 10px;
    left: 20px;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}
.price{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5%;
    width: 100%;
    
}
.price a{
    color: #334862;
}
.price  :hover{
    color: #334862;
}
 .value{
    display: flex;
} 

.news{
    display: flex;
}
.news img{
    width: 39px;
    height: 39px;
    border-radius: 999px;
}
.card-txt {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5%;
    
}
.card-txt a{
    color: #444 ;
}
/* End Menu */

/* Product */
.my-img{
    position: relative;
}
#myImg {
    max-width: 100%;
    height: auto;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
  }
.sale{
    background-color:#111;
    top: 0;
    left: 0;
    margin: 30px 0 0 -8px;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale span{

    color: #fff;
    font-weight: bolder;
   
}
#expand{
    border: 2px solid currentColor;
    background-color: transparent;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: silver;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 10px;
}
#expand i{
    padding-top: 25%;

}
#expand:hover{
    background-color:#111;
    border-color: #111;
    transition: 0.2s;
}

  /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: auto;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/* Product info */
.breadcrumbs{
    margin: 0 0 .5em;
}
.breadcrumbs a{
    color: rgba(102,102,102,0.7);
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}
.breadcrumbs a:hover{
    color: #222;
}
.divider{
    opacity: .35;
    margin: 0 .3em;
    font-weight: 300;
}
.product-title{
    font-size: 1.7em;
    line-height: 1.3;
    color: #555;
    margin-bottom: .5em;
    font-weight: 700;
}
.is-divider{
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.product_price{
    display: flex;
}
.product_price span{
    opacity: .6;
    font-weight: normal !important;
    margin-right: .3em;
    color: #696b6b;
    font-size: 23px;
}
.product_price p{
    color: #696b6b;
    font-weight: bold;
    font-size: 23px;
    padding-left: 2%;
}
/* Button */
.add_cart{
    padding-top: 2%;
    margin-bottom: 2.3em;
}
.buttons_added {
    opacity:1;
    display:inline-block;
    display:-ms-inline-flexbox;
    display:inline-flex;
    white-space:nowrap;
    vertical-align:top;
}
.is-form {
    overflow:hidden;
    position:relative;
    background-color:#f9f9f9;
    height:40px;
    width:21px;
    padding:0;
    text-shadow:1px 1px 1px #fff;
    border:1px solid #ddd;
}
.is-form:hover{
    background-color: #bbb;
    transition: 0.3s;
}
.is-form:focus,.input-text:focus {
    outline:none;
}

.input-qty {
    background-color:#fff;
    height:40px;
    width: 40px;
    text-align:center;
    font-size:1rem;
    display:inline-block;
    vertical-align:top;
    margin:0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:0;
    border-right:0;
    padding:0;
    outline: none;
}
.input-qty::-webkit-outer-spin-button,.input-qty::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0;
}
.btn_add_to_cart{
    color: #fff;
    text-transform: uppercase; 
    letter-spacing: .03em;
    font-weight: bolder;  
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    background-color: #2d2a27;
    border: 1px solid transparent;
    text-align: center;
    margin-left: 5%;
}
/* Button */
.product_meta{
    font-size: .8em;
    margin-bottom: 1em;
    width: 100%;
    border-top: 1px dotted #ddd;
}
.product_meta div {
    padding: 5px 0;
}
.posted_in{
    border-top: 1px dotted #ddd;
} 
.posted_in a{
    text-decoration: none;
    color: #334862;
}
.posted_in a:hover{
    color: black;
} 

.social-icon button{
    border: 2px solid currentColor;
    background-color: transparent;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    color: silver;
  
}
.social-icon a{
    text-decoration: none;
    color: silver;
}
.facebook:hover{
    background-color: #3a589d;
    color: snow;
    border-color: #3a589d;
    transition: 0.3s;
}
.twitter:hover{
    color: #fff;
    background-color:hsl(206, 68%, 44%);
    border: #2478ba;
    transition: 0.3s;
}
.pinterest:hover{
    color: #fff;
    background-color:#cb2320;
    border: #cb2320;
    transition: 0.3s;
}
.linkedin:hover{
    color: #fff;
    background-color:#0072b7;
    border: #0072b7;
    transition: 0.3s;
}
.tumblr:hover{
    color: #fff;
    background-color:#000;
    border: #000;
    transition: 0.3s;
}
/* Evaluate */
/* Style the tab */
.product-footer{
    margin-top: 5%;
    padding: 30px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.tab {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: #eee;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .2s;
    color: rgba(102,102,102,0.85);
    font-size: .8em;
    border: 1px solid #ddd;
    padding: 0.5em 2.75em;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 2.5em;
    margin-right: 2px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #2a2d2c;
    color: #fff;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #2a2d2c;
    color: #fff;
    opacity: 1;
  }
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 15px 12px;
    
  }
  #Paris h3{
    font-size: 1.25em;
    font-weight:700;
    color: #555;
    margin-bottom: 15px;
  }
  .review-form{
    border: 2px solid #446084;
    padding: 15px 30px 30px;
  }
  .review-form h3{
    font-size: 1.25em;
    color: #555;
    margin-bottom: .5em;
  }
  .review-form label{
    color: #222;
    font-weight: bold;
    font-size: .9em;
    margin-bottom: 0.4em;
  }
  .review-form button{
      border:none;
      background-color: transparent;
      color: #ddd;
      margin-left: .3em;
      border-right: 1px solid #ececec;
      font-size: 16px;
  }
  .review-form button:hover{
    color: #d26e4b;
  }
  .review-form button:focus{
    color: #d26e4b;
  }
  .comment-form textarea{
    padding-top: 0.7em;
    min-height: 120px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    outline: none;
  }
  .comment-form-author input{
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    color: #333;
    outline: none;
  }
  .comment-form-author input:focus{
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  }
  .comment-btn{
    background-color: #2d2a27;
    border-color: rgba(0,0,0,0.05);
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%  
  }
  /* Slide */
.slick-slider{
    position: relative;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

/*.fa-angle-left:before {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    z-index: 2; */
/*    color: #111; */
/*    margin-left: -15px;*/
/*}*/
/*.fa-angle-right:before {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 45%;*/
/*    color: #111;*/
/*    margin-right: -15px;*/
/*}*/
.panel{
    padding: 0 7px 19.6px;
    margin-bottom: 0;
    outline: none;
    text-align: center;
}
.panel a{
    outline: none;
}
.panel-img{
    position: relative;
}
.sale1{
    position: absolute;
    background-color:#111;
    top: 0;
    left: 0;
    margin: 30px 0 0 -6px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sale1 span{
    color: #fff;
    font-weight: bolder;
}
.box-text{
    font-size: .9em;
    padding-top: 15px;
    border: 2px solid #ddd;
    border-top: none;
}
.box-title a{
    height: 1.3em;
    font-weight: 700;
    line-height: 1.3;
   
    text-decoration: none;
    color: #334862;  
}
.box-title a:hover{
    color:  #2d2a27;
}
.price-wrapper p{
    color: #696b6b;
    font-weight: bold
}


.att{
  display:flex;
  justify-content: space-around;
}
.kt{
  display: flex;
    align-items: center;
}
.kt_1{
  width: 50px;
    height: 50px;
    background: green;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width :1200px){
    .nav-bar-btn{
        display: block;
    }
    .nav-pc{
        display: none;
    }
    
    .nav-mbl-brand{
        display: block;
    }
    .nav-mbl-basket{
        display: block;
    }
    .value{
        display: revert;
    }
   
  
    
}  


@media (max-width:989px){
  
    #main_right{
        display: none;
    }

}

@media (max-width:600px){
  
}  
@media (max-width:550px){
    #footer{
        height: 334px;
        padding-top: 10%;
    }
  
    
}

@media (max-width:414px){
    
 } 
 @media (max-width:375px){
    .tab button{
        width: 100%;
    }
 }
@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }

}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }

