@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

@font-face {
    font-family: 'times_new_roman_cyrregular';
    src: url('../fonts/times-new-roman-webfont.woff2') format('woff2'),
         url('../fonts/times-new-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'times_new_roman_cyrbold';
    src: url('../fonts/times-new-roman-bold-webfont.woff2') format('woff2'),
         url('../fonts/times-new-roman-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'times_new_roman_cyrregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
}

h2{
    font-weight: bolder;
}
p{
    color: #575757;
}

.small-text{
    font-size: 0.8rem;
}

/*Common Btn*/
.common-btn {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 0.9rem;
    border-radius: 10px;
}
.common-btn:hover, .common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.common-btn.outline-btn{
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.common-btn.outline-btn:hover{
    background: #000;
    color: #fff;
}

/*Owl Carousel*/
.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    left: -45px;
}

.owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 30% !important;
    right: -45px;
}
.owl-theme .owl-nav [class*=owl-]{
  color: #686868;
    font-size: 14px;
    padding: 0;
    background: #ccc;
}
.owl-carousel .owl-stage{
  display: flex;
}
.owl-theme .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #000;
}
.owl-carousel .owl-stage-outer{
    display: flex;
}

/*Menu*/
.navbar{
    border-bottom: 1px solid #f1f1f1;
}
.navbar-brand img{
    width: 330px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0.5rem 1rem;
}
.dropdown-item{
    font-size: 0.8rem;
}
.breadcrumb-item a{
    color: #000;
}

/*Banner*/
.banner .carousel-caption h2 {
    background: rgb(255 255 255 / 50%);
    color: #000;
    padding: 10px;
    display: inline-block;
}
.banner .carousel-caption p {
    background: rgb(255 255 255 / 50%);
    color: #000;
    padding: 10px;
    display: inline-block;
}
.banner .carousel-caption {
    bottom: auto;
    top: 30%;
}

/*categories*/
.common-heading{
    font-size: 1.6rem;
    font-family: 'times_new_roman_cyrregular';
}
.categories{
    padding: 60px 0;
}
.categorie-img img{
    border-radius: 15px;
}
.categorie-text{
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
}
.categorie-text label {
    font-family: 'times_new_roman_cyrbold';
}
.categorie-text label a{
    color: #000;
}
.categorie-price label a{
    color: #000;
}

/*Love Customize*/
.love-customize {
    padding: 60px 0;
    background: #f0f1f3;
}

/*steps*/
.steps{
    padding: 60px 0;
}
.custom-card{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    height: 100%;
}
.step-icon img{
    width: 70px;
    margin-bottom: 10px;
}
.step-icon i{
    font-size: 1.3rem;
}
.step-text label {
    font-family: 'times_new_roman_cyrbold';
}

/*wall-magic*/
.wall-magic{
    position: relative;
}
.wall-magic-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

/*design-tags*/
.design-tags {
    padding: 60px 0;
}
.bdr-r-15{
    border-radius: 15px;
}
.design-tag-text{
    display: block;
    padding: 15px;
    background: #f0f1f3;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    color: #000;
    transition: 0.3s;
    border: 1px solid #f0f1f3;
}
.design-tag-text:hover{
    color: #fff;
    background: #000;
}
.design-tag-text.bg-white{
    border: 1px solid #000;
}
.design-tag-text.bg-white:hover{
    color: #000;
}

/*videos*/
.videos{
    display: flex;
    align-items: center;
    background: #f0f1f3;
}
.left-50{
    width: 50%;
    float: left;
    text-align: center;
}
.right-50{
    width: 50%;
    float: left;
    position: relative;
}
.play-icon{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
}
.play-icon img{
    width: 80px;
}

/*Blog*/
.blog{
    padding: 60px 0;
}
.card-blog {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
}
.card-blog .card-text{
    margin-top: 15px;
}
.card-blog .card-text span{
    font-size: 0.75rem;
}
.card-blog .card-text span i{
    color: #575757;
}
.card-blog .card-text p{
    margin-bottom: 0;
    color: #000;
}

/*clients-love*/
.clients-love{
    padding: 60px 0;
    background: #f0f1f3;
}
.client-review-box{
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    position: relative;
}
.stars i {
    color: #f0bf13;
    margin: 0 1px;
}
.client-img img{
    width: 80px !important;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
}
.google-icon img{
    width: 25px !important;
}
.google-icon{
    position: absolute;
    right: 20px;
    top: 20px;
}

/*Footer*/
footer{
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000000;
}
.footer-logo{
    width: 300px;
}
.footer-menu{
    margin: 0;
    padding: 0;
}
.footer-menu li{
    list-style: none;
}
.footer-menu li a{
    color: #fff;
    text-decoration: none;
}
.footer-menu li a:hover{
    color: #fff;
}
footer .form-control::placeholder{
    color: #fff;
    font-size: 0.8rem;
}
footer .form-control{
    background: transparent;
}
footer hr{
    color: #fff;
}
.social-links a{
    color: #fff;
    margin-right: 10px;
}

.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}
.page-item .page-link {
    border-color: #dee2e6;
    color: #6c757d;
}

/*Product Slider Left*/
.productCard_leftSide {
  position: relative;
  width: 100%;
  min-height: 600px;
}
.productCard_brendBlock {
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 184px;
  max-height: 75px;
  background-color: #272727;
  z-index: 2;
}
.productCard_brendBlock__imageBlock {
  display: block;
  height: 100%;
}
.productCard_brendBlock__imageBlock img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sliderBlock {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #efefef;
}

.sliderBlock_items {
  position: relative;
  display: block;
  width: 100%;
  height: 520px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.sliderBlock_items__itemPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 1s;
  list-style: none;
}
.sliderBlock_items__itemPhoto img{
    object-fit: cover;
  height: 100%;
}
.sliderBlock_items__showing {
  opacity: 1;
  z-index: 3;
}
.sliderBlock_controls {
  width: 100%;
}
.sliderBlock_controls__navigatin {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
}
.sliderBlock_controls__wrapper {
  height: 20px;
  padding: 0 5px;
}
.sliderBlock_controls__arrow {
  position: relative;
  cursor: pointer;
}
.sliderBlock_controls__arrow img{
    width: 15px;
}
.sliderBlock_controls__arrow i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -50%;
  color: #000;
  transition: 300ms all;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.sliderBlock_controls__arrowBackward {
  float: left;
}
.sliderBlock_controls__arrowForward {
  float: right;
}
.sliderBlock_positionControls {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  width:110px; 
  float: left;
}
.sliderBlock_positionControls__paginatorItem {
  width: 85%;
  margin-bottom: 15px;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
  border: 2px solid transparent;
}
.sliderBlock_positionControls__active {
  border: 2px solid #000;
}

/*Product Details Right*/
.product-title{
    font-size: 1.2rem;
}
.product-price{
    font-size: 1.5rem;
}
.paypal-logo{
    height: 15px;
}
.paypal-btn{
    height: 35px;
}
.mbn-1{
    margin-bottom: -1px !important;
}

/*Tab CSS*/
.nav-pills .nav-item{
    margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000000;
}
.nav-pills .nav-link{
    color: #575757;
    border: 1px solid #ccc;
}

/*Number Increase*/

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

.number-increase #decrease {
  margin-right: -4px;
}

.number-increase #increase {
  margin-left: -4px;
}

.number-increase #input-wrap {
  margin: 0px;
  padding: 0px;
}

.number-increase input#number, .number-increase input#footernumber {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 45px;
  height: 35px;
}
.number-increase input[type=number]::-webkit-inner-spin-button,
.number-increase input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*shop-fact*/
.shop-fact{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    height: 100%;
}

/*product-description*/
.product-description{
    padding: 60px 0;
}

/*quality-promise*/
.quality-promise{
    padding: 60px 0;
}

.roll-bg-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

/*paper-details*/
.paper-details{
    padding: 60px 0;
}

.right-checkout{
    background: #f0f1f3;
    padding: 15px;
}
.delete-item{
    border: 1px solid #fd0d0d;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #fd0d0d;
    font-size: .9rem;
    transition: 0.3s;
}
.delete-item:hover{
    color: #000;
    border: 1px solid #000;
}

.checkout-img{
    width: 90px;
    height: 90px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 90px;
    margin: 0 auto;
}
.checkout-img img{
    width: 50px;
}

.contact-text-box{
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 20px;
    height: 100%;
}
.contact-from{
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 30px;
}
.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: .8rem;
    transition: 0.3s;
}
.social-links a:hover{
    background: #000;
    color: #fff;
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li{
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    position: absolute;
    font-size: 1rem;
    color: #000;
    left: 0;
    top: -1px;
}

/*Gallery CSS*/
.image-gallery{
    padding: 50px 0;
}
.gallery-item--thumb img{
    width: 100%;
}

.gallery-item:hover .gallery-item--thumb:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.gallery-item:hover .gallery-item--thumb a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50%;
}

.gallery-item:hover .gallery-item--content p {
  color: #fff;
}

.gallery-item--thumb {
  position: relative;
}

.gallery-item--thumb:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--thumb a {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  font-size: 30px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--content {
  margin-top: 20px;
}

.gallery-item--content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17px;
}

.gallery-item--content p {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
  color: #7a8a9e;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}



/*Start Media Query*/
@media screen and (max-width: 1400px) {

}


@media screen and (min-width: 1600px) {
  
}
@media screen and (max-width: 1260px) {

}
/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .footer-menu li a {
        word-break: break-all;
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 767px) {
 .owl-prev{
    left: 0;
  }
  .owl-next{
    right: 0;
  }
  .design-tags img{
    margin-bottom: 30px;
  }
  .play-icon img {
    width: 60px;
   }
   .play-icon {
      top: 25%;
    }
    .categories .text-end{
        text-align: center !important;
    }
    .navbar-brand img {
        width: 100%;
    }
    .videos h4{
        font-size: .9rem;
    }
    .left-50{
        padding: 15px;
    }
    .contact-from{
        border-radius: 20px;
        border: 1px solid #ccc;
        padding: 20px;
    }
}

