/* General *********************/

body {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-style: normal;
  background: #f4f1e8;
  color: #474745;
  font-weight: 500;
  /* -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; */
  position: relative;
  overflow-x: hidden;
}
body, html{
  overflow-x: hidden;
}
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
a {
  -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

p {
  font-weight: 300;
  font-size: 1.1rem;
}
.bk-color {
  color: #292929;
}
.or-color {
  color: #d81324;
}
.bared {
  text-decoration: line-through;
}
.w-f {
  width: 100%;
}
.btn-act {
  cursor: pointer;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ebb958;
  color: #474745;
  margin-top: 15px;
  border-radius: 0px;
}
@keyframes glowing-orange {
  0% {
    background-color: #ebb958;
    box-shadow: 0 0 5px #ebb958;
  }
  50% {
    background-color: #d39b2f;
    box-shadow: 0 0 20px #d39b2f;
  }
  100% {
    background-color: #ebb958;
    box-shadow: 0 0 5px #ebb958;
  }
}
.flashbtns-orange {
    -webkit-animation: glowing-orange 1500ms infinite;
    -moz-animation: glowing-orange 1500ms infinite;
    -o-animation: glowing-orange 1500ms infinite;
    animation: glowing-orange 1500ms infinite;
}

.border-top {
  position: absolute;
  width: calc(100%);
  height: auto;
  top: 0px;
  left: 0px;
}
.border-bottom {
  position: absolute;
  width: calc(100%);
  height: auto;
  bottom: 0px;
  left: 0px;
}

.ovr-deco-1 {
  position: absolute;
  background: #cbc3bd;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-top-left-radius: 100%;
  z-index: -1;
}

.ovr-deco-2 {
  position: absolute;
  background: #ebb958;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-top-right-radius: 100%;
  z-index: -1;
}
.ovr-deco-3 {
  position: absolute;
  background: #8c8c85;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-bottom-right-radius: 100%;
  z-index: -1;
}

.ovr-deco-4 {
  position: absolute;
  background: #c99a3d;
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border-bottom-left-radius: 100%;
  z-index: -1;
}

.tlt-border {
  height: 30px;
  width: auto;
  margin-bottom: 15px;
}
/*******************************************************/
.header-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.header-block {
  padding: 40px;
  border: 2px solid #ddd4cd;
  margin-bottom: 15px;
  position: relative;
}
.header-block .top-seller {
  position: absolute;
  width: auto;
  height: 60px;
  top: -30px;
  left: 0px;
  right: 0;
  z-index: 10;
  margin-left: auto; 
  margin-right: auto;
}
.header-block .icon-item {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.header-block .icon-item img {
  margin-left: 8px;
  width: 50px;
  height: 50px;
}


.product-holder {
  height: 250px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.product-holder .bg-cam {
  position: absolute;
  height: calc(100% - 50px);
  width: calc(100% + 64px);
  left: -32px;
  top: 25px;
  z-index: -1;
  object-fit: cover;
  background: #ebb958;
}
.product-holder .product-img {
  height: 100%;
  width: auto;
  margin: auto;
}

.product-holder-md {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.product-holder-md .product-img-md {
  height: 350px;
  width: auto;
  margin-left: -50px;
}
.product-holder-md .bg-cam-md {
  position: absolute;
  height: calc(100% - 100px);
  width: calc(100% + 50vw);
  left: -15px;
  top: 50px;
  z-index: -1;
  object-fit: cover;
  background: #ebb958;
}
.product-holder-md .or-br-tp {
  position: absolute;
  height: auto;
  width: calc(100% + 50vw);
  height: 50px;
  top: 50px;
  left: -15px;
  z-index: -1;
  background-image: url('../img/or-br-rev.png');
}
.product-holder-md .or-br-bt {
  position: absolute;
  height: auto;
  width: calc(100% + 50vw);
  height: 50px;
  top: 250px;
  left: -15px;
  z-index: -1;
  background-image: url('../img/or-br.png');
}
/*******************************************************/

.tags-section {
  background: #ddd4cd;
  padding-top: 30px;
  padding-bottom: 15px;
}

.tags-section .tag-item {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.tags-section .tag-item .icon {
  width: 60px;
  height: 60px;
  margin-left: 8px;
}

.main-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.main-section.dark-bg {
  background: #ddd4cd;
}

.form-block {
  padding: 15px;
  border: 2px solid #ddd4cd;
  margin-bottom: 15px;
  position: relative;
}

.form-block .form-tlt {
  border-bottom: 2px solid #ddd4cd;
  padding-bottom: 15px;
  text-align: center;
}

.form-block .form-control {
  text-align: right;
  background: #f4f1e8;
  border: 2px solid #ddd4cd;
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
.form-block .form-control:focus {
  outline: none;
  border: 2px solid #ebb958;
  box-shadow: none;
}

.btn-radio {
  width: 100%;
  border: 2px solid #ddd4cd;
  border-radius: 0px;
  background: #ffffff;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  overflow: hidden;
}
.btn-radio.active, .btn-radio:focus {
  border-color: #ebb958;
  box-shadow: none;
}
.btn-radio .item-option {
  width: 100%;
  height: auto;
}


.img-detail {
  border-top: 2px solid #ddd4cd;
  border-bottom: 2px solid #ddd4cd;
  padding: 30px;
  margin-bottom: 15px;
}
.img-detail img {
  width: 100%;
  height: auto;
}


.img-tv {
  border-top: 2px solid #ddd4cd;
  border-bottom: 2px solid #ddd4cd;
  padding: 30px 0px;
  margin-bottom: 15px;
}
.img-tv img {
  width: 100%;
  height: auto;
}

.bg-tp {
  position: absolute;
  background: #ebb958;
  z-index: -1;
  width: 100%;
  height: 50%;
  top: 0px;
  left: 0px;
}
.or-br {
  position: absolute;
  height: auto;
  width: 100%;
  height: 50px;
  top: 50%;
  left: 0px;
  background-image: url('../img/or-br.png');
}
.phone-cam {
  width: 100%;
  height: auto;
}

.gif-holder {
  padding: 15px;
  border: 2px solid #ddd4cd;
  margin-bottom: 15px;
  position: relative;
}
.gif-holder img {
  width: 100%;
  height: auto;
}


.bg-tp-fix {
  position: absolute;
  background: #ebb958;
  z-index: 0;
  width: 100%;
  height: 250px;
  top: 0px;
  left: 0px;
}
.or-br-fix {
  position: absolute;
  height: auto;
  width: 100%;
  height: 50px;
  top: 250px;
  left: 0px;
  background-image: url('../img/or-br.png');
}

.quote {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -50px;
  left: calc(50% - 60px);
  z-index: 10;
}

.quote-block {
  padding: 15px;
  background: #f4f1e8;
  margin-bottom: 15px;
}
.quote-block .stars {
  height: 15px;
  width: auto;
}
.quote-block .separator {
  width: 100%;
  height: 1px;
  background: #ddd4cd;
  margin-top: 10px;
  margin-bottom: 15px;
}
.quote-block .imgs-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding-left: 40px;
}
.quote-block .imgs-holder .img-min {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  cursor: pointer;
}
.quote-block .imgs-holder .img-min img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.imagepreview {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.stk-act {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 80px;
  z-index: 999;
  background: #f4f1e8;
  padding: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
}
.stk-act .btn-act {
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.p-imgs {
  width: 100%;
  height: auto;
}