@charset "utf-8";
/* CSS Document */

#desktop-lc {
    position: fixed;
    bottom: 20px;
    /*right: 20px;*/
    right: 5%;
    margin-right: -25px;
    background: #F14723;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  z-index:100;
}
#desktop-lc i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#desktop-lc:hover {
    background: rgba(241, 71, 35, 0.9);
    cursor: pointer;
}
#desktop-lc:hover i {
    color: #fff;
    top: 5px;
}

#back-to-top:hover{
  cursor: pointer;
  color: #F14723;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #F44336
}

a, a:focus, a:active, a:hover, object, embed {
  outline: none
}

:-moz-any-link:focus {
  outline: none
}

body{position:relative; font-family: "Poppins", sans-serif !important;} 
.right_half_circle{position:fixed;width:80px;height:75px;border-radius:15px;display:block;top:50%;right:-10px; margin-top: -37px; color: #ffffff; text-align:center; z-index:9999; }

.address{
font-family: "Poppins", sans-serif;
}
footer{
  font-family: "Poppins", sans-serif !important;
  color: #ffffff !important;
}

/*#####Left Menu######*/

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}
.sidepanel h5{
  padding: 4px 8px 4px 25px;
  color: #ffffff;
}
.sidepanel a {
  padding: 4px 8px 4px 25px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  /*position: absolute;
  top: 0;
  right: 25px;*/
  padding-right: 25px;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  color: #818181;
}
.sidepanel .closebtn:hover {
  color:#F32C93;
}
.sidepanel hr{
  border-color: #818181;
}

.openbtn {
  font-size: 14px;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#F32C93;
}

/*#####Left Menu######*/

.horizontal-words-middle { 
    font-size: 22px;
    font-weight: bold;
    display: flex; 
    flex-direction: row; 
} 
  
.horizontal-words-middle:before, 
.horizontal-words-middle:after { 
    content: ""; 
    flex: 1 1; 
    border-bottom: 1px solid #000; 
    margin: auto; 
} 
.horizontal-words-middle span { 
  padding:0 10px; 
}

.product-name{
  color: #000000;
}

.item-price{
  text-decoration: line-through;
}

.original-price{
  text-decoration: line-through;
  font-size: 20px;
}

.taka-sign{
  font-size: 20px;
  font-weight: 700;
}

.reg-area{
  color: #EB4926;
}

.np-area{
  color: #EB4926;
}

.op-area{
  color: #000000;
}

.pd-area{
  color: #DC3546;
  font-size: 22px;
}

.taka-icon{
  font-size: 25px;
  font-weight: 900;
}

.pro-name{
  font-size: 14px;
  height:60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-weight{
  font-size: 12px;
  height:15px;
}
.pro-items a {
  color: #000000;
}

.pro-items a:hover > .card {
  --borderWidth: 2px;
  position: relative;
  color: #F44336;

}
.pro-items a:hover > .card:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(4 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/*Details Slide Start*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  display: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
.flexslider {
  margin: 0 0 10px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: ""0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 1200px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 900px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a .flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 10px 0 0 0;
  position: static;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}

.flex-control-thumbs li {
  list-style: none;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease;
  border: none;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.product-qty{
  display: none;
}


/*Details Slide End*/

.label-area{
  width: 150px;
  text-align: center;
}

.label-area-sm{
  width: 80px;
  text-align: center;
}

.label-area-xs{
  width: 50px;
  text-align: center;
}

/*Text Editor Content*/
.content-details img{ max-width: 100%; height: auto; padding-bottom: 10px;}
img.note-float-left{margin-right:10px; min-width: 350px;}
img.note-float-right{margin-left:10px; min-width: 350px;}
/*Text Editor Content*/

/*Gallery CSS*/
/*div {
    box-sizing: border-box;
  }*/
  .grid-container {
      -moz-column-width: 18em;
      -webkit-column-width: 18em;
      column-width: 18em;
      -moz-column-gap: 1em;
      -webkit-column-gap:1em;
      column-gap: 1em;
      margin: 5px;
  }
  .grid-container .item {
      display: inline-block;
      width: 100%;
      padding: 5px;
      margin: 5px;
  }
/*Gallery CSS*/

/*Custom Check Box Size*/
.form-control-lg .custom-control-label::before, 
.form-control-lg .custom-control-label::after {
top: .9rem;
width: 1.25rem;
height: 1.25rem;
}
.form-control-lg .custom-control-label {
    /*margin-left: 0.5rem !important;*/
    font-size: 1rem !important;
}
/*Custom Check Box Size*/

.cursor-pointer{
  cursor: pointer;
}
.cursor-pointer:hover {
  color: red !important;
}

ul.pcolor {
  padding: 0;
  list-style: none;
  margin-top: 2em;
}
ul.pcolor h3 {
  color:#3e3f3f;
  font:600 16px/16px "Poppins", sans-serif;
  margin-bottom: 15px;
}
ul.pcolor li {
  display: inline-block;
  margin: 0 5px 0 0;
}
ul.pcolor li span {
  color: #555;
  font:500 14px/14px "Poppins", sans-serif;
  background:#DFDFDF;
  border-radius: 15px;
  /*border: 1px solid #000000;*/
  padding: 5px 15px;
  cursor:pointer;
}
ul.pcolor li span:hover{
  background:#28a745 !important;
  color:#fff !important;
}

ul.psize {
  padding: 0;
  list-style: none;
  margin-top: 2em;
}
ul.psize h3 {
  color:#3e3f3f;
  font:600 16px/16px "Poppins", sans-serif;
  margin-bottom: 15px;
}
ul.psize li {
  display: inline-block;
  margin: 0 5px 0 0;
}
ul.psize li span {
  color: #555;
  font:500 14px/14px "Poppins", sans-serif;
  background:#DFDFDF;
  border-radius: 15px;
  padding: 5px 15px;
  cursor:pointer;
}
ul.psize li span:hover{
  background:#28a745 !important;
  color:#fff !important;
}

#AddToCart{
  background-color: #EB4926 !important;
}

/*-- quantity-starts --*/
 .value-minus,
.value-plus{
    height: 30px;
    line-height: 24px;
    width: 30px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
  border:1px solid #b2b2b2;
      vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
  content: ""; 
  width: 13px;
  height: 2px; 
  background: #000;
  left: 50%;
  margin-left: -7px; 
  top: 50%;
  margin-top: -0.5px;
  position: absolute;
}
.quantity-select .entry.value-plus:after{
  content: "";
  height: 13px;
  width: 2px; 
  background: #000;
  left: 50%; 
  margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
  position: absolute;
}
.value  {
    cursor: default;
    width: 30px;
  height:30px;
    padding: 2px 0px;
    color: #000000;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
  margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
  background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}
/*-- quantity-end --*/
.remove-item:hover{
  cursor:pointer;
  color:#FF0000;
}


/*Print Priview Start*/
.shop-name{
  text-align:center;
  font-size:14px;
  font-weight:900;
  padding-bottom:2px;
}
.shop-address{
  text-align:center;
  border-bottom:1px solid #000;
  font-size:11px;
  padding-bottom:3px;
}
.customer-id{
  text-align:center;
  border-bottom:1px solid #000;
  font-size:11px;
  padding:2px 0;
}
.sales-by{
  text-align:center;
  border-bottom:1px solid #000;
  font-size:11px;
  padding:2px 0;
}
.invoice-date{
  /*border-bottom:1px solid #000;*/
  font-size:10px !important;
  /*word-spacing: -3px;*/
  padding:2px 0 !important;
  margin-bottom:5px;
  text-align:center;
}
.invoice-border{
  border-bottom:1px solid #000 !important;
}
.print-invoice{
  border-collapse:collapse;
  width:100%;
}
.print-invoice, .print-invoice td, .print-invoice th {
    border: 1px solid black;
  font-size:10px !important;
  padding:2px !important;
}
.calculation-head{
  text-align:right;
  padding-right:5px;
}
.calculation{
  text-align:left;
  padding-left:1px;
}
.powred{
  font-size:10px;
  text-align:center;
  padding-top:5px;
}
/*Print Priview End*/




@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 768px) {

}
@media (max-width: 767px) {

}
@media (max-width: 576px){

  .cart-list table tbody tr td img {
    width: 30%;
  }

  .cart-list table {
    border: 0;
  }
  .cart-list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart-list table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .cart-list table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .cart-list table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .cart-list table td:last-child {
    border-bottom: 0;
  }

}
/*COUNTDOWN TIMER*/

/* Custom, iPhone Retina */
  @media only screen and (max-width : 320px){

  }

  @media only screen and (min-width : 321px){
    
  }

  /* Extra Small Devices, Phones */
  @media only screen and (min-width : 480px){
   
  }

  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px){

    .body-area{
      min-height: 600px;
    }
    
  }

  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px){

  }

  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px){

  }