.header_top .header {
  background: #66cc66;
  padding: 15px 0;
}
@media (max-width: 479px) {
  .header_top .header .logo {
    width: 47%;
  }
}
.header_top .header .title_top {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 479px) {
  .header_top .header .title_top {
    width: 50%;
  }
}
.header_top .header .title_top img {
  width: 70px;
}
@media (max-width: 479px) {
  .header_top .header .title_top .text-title {
    font-size: 14px;
  }
}
.header_top .header .title_top .text-title span {
  display: block;
  color: #ffffff;
}
@media (max-width: 479px) {
  .header_top .header .title_top .text-title span {
    font-size: 13px;
  }
}
.header_top .navbar-menu {
  background: #229f83;
  padding: 0;
}
.header_top .navbar-menu ul li {
  font-size: 15px;
  margin-right: 43px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header_top .navbar-menu ul li {
    margin-right: 17px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header_top .navbar-menu ul li {
    font-size: 13px;
    margin-right: 9px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .header_top .navbar-menu ul li {
    font-size: 13px;
    margin-right: 9px;
  }
}
.header_top .navbar-menu ul li:last-child {
  margin-right: 0;
}
.header_top .navbar-menu ul li.active a {
  color: #000000;
}
.header_top .navbar-menu ul li.active a:after {
  opacity: 1;
  right: 0;
}
.header_top .navbar-menu ul li a {
  color: #ffffff;
  padding: 8px 0px;
  display: block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header_top .navbar-menu ul li a span {
  position: relative;
  z-index: 3;
}
.header_top .navbar-menu ul li a:after {
  background: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  content: "";
  right: 100%;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.header_top .navbar-menu ul li a:hover {
  color: #000000;
}
.header_top .navbar-menu ul li:hover a:after {
  right: 0;
  opacity: 1;
}
.header_top .navbar-menu .tel_no {
  display: none;
}
.header_top .sticky {
  background: #229f83;
  position: fixed;
  top: -42px;
  width: 100%;
  z-index: 99;
  transform: translateY(42px);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transform: translateY(42px);
  -moz-transform: translateY(42px);
  /*ul {
            li {
                a {
                    &:after {
                        background: @white_color;
                    }

                    &:hover {
                        color: @black_color;
                    }
                }

                &.active {
                    a {
                        color: @black_color;
                    }
                }

            }
        }*/
}
.product-heading {
  background-image: url(../images/bg-img.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.product-heading:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
  top: 0;
  z-index: -1;
}
.product-heading .leather-desk-pads {
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-heading .leather-desk-pads {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .product-heading .leather-desk-pads {
    margin-bottom: 15px;
  }
}
.product-heading .diploma-lg {
  flex-wrap: wrap;
}
.product-heading .diploma-lg .custom-img {
  width: 17%;
}
@media (max-width: 640px) {
  .product-heading .diploma-lg .custom-img {
    width: 48%;
  }
}
@media (max-width: 375px) {
  .product-heading .diploma-lg .custom-img {
    width: 46%;
  }
}
.product-heading .diploma-lg .custom-img span {
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}
.product-heading .diploma-lg .topinfo {
  width: 60%;
}
@media (max-width: 640px) {
  .product-heading .diploma-lg .topinfo {
    width: 100%;
    order: 3;
  }
}
.product-heading .diploma-lg .topinfo .top-text {
  font-size: 25px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .topinfo .top-text {
    font-size: 18px;
  }
}
.product-heading .diploma-lg .topinfo a {
  color: #66cc66;
  font-weight: 600;
}
.product-heading .diploma-lg .topinfo p {
  color: #ffffff;
}
@media (max-width: 991px) {
  .product-heading .diploma-lg .topinfo p {
    font-size: 14px;
  }
}
.product-heading .diploma-lg .custom-pad {
  width: 15%;
}
@media (max-width: 640px) {
  .product-heading .diploma-lg .custom-pad {
    order: 2;
    width: 45%;
    height: 115px;
  }
}
.home-page .sections-main {
  background: #e0dfdf;
}
.home-page .sections-main .heading-sec h1 {
  color: #229f83;
  font-weight: 600;
}
.home-page .sections-main .heading-sec h1 span {
  color: #000000;
}
.home-page .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #f2f2f2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-page .box .product-img {
  overflow: hidden;
  height: 300px;
  border: 5px solid #229f83;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-page .box .product-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-page .box .product-info {
  padding: 10px;
}
.home-page .box .product-info h5 {
  font-size: 18px;
  color: #539253;
}
.home-page .box .product-info h5 a {
  color: #539253;
}
.home-page .box .product-info p {
  color: #656565;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}
.home-page .box .product-info .item-col {
  color: #229f83;
}
.home-page .box .product-info .price span {
  color: #229f83;
}
.home-page .box:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  right: 0;
  bottom: 0px;
  border: 2px solid #656565;
  border-left: none;
  border-top: none;
}
.home-page .box:hover:before {
  border: 2px solid #66cc66;
  border-left: none;
  border-top: none;
}
.home-page .box:hover .product-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.home-page .box:hover .product-img {
  border: 5px solid #66cc66;
}
.home-page .box:hover .product-info h5 a {
  color: #000000;
}
p {
  color: #656565;
  margin-bottom: 7px;
}
p u {
  color: #229f83;
}
span {
  color: #229f83;
}
.left-sec .product-img {
  background: #ffffff;
  box-shadow: 0 0 11px 0 #cccccc;
  padding: 15px;
  border: 4px solid #cccccc;
  border-radius: 3px;
}
.left-sec .product-img h5 {
  font-size: 18px;
  color: #539253;
  margin: 10px 0 0;
}
.left-sec .product-color h4 {
  color: #229f83;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.left-sec .product-color ul li {
  border: 1px solid #cccccc;
  padding: 10px;
  width: 32%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .left-sec .product-color ul li {
    padding: 5px;
    width: 31.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .left-sec .product-color ul li {
    padding: 4px;
    width: 31.5%;
    font-size: 13px;
    font-weight: 600;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .left-sec .product-color ul li {
    padding: 4px;
    width: 31.5%;
    font-size: 13px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .left-sec .product-color ul li {
    padding: 3px;
    width: 30.9%;
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    line-height: normal;
  }
}
.left-sec .product-color ul li span {
  margin-top: 10px;
}
.products-section .inner_page {
  overflow-x: hidden;
}
.products-section .right-sec h3 {
  font-size: 25px;
  color: #539253;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-section .right-sec h3 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .products-section .right-sec h3 {
    font-size: 22px;
  }
}
.products-section .right-sec h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.products-section .right-sec h6 {
  font-size: 17px;
  color: #539253;
  font-weight: 600;
}
@media (max-width: 767px) {
  .products-section .right-sec h6 {
    font-size: 16px;
  }
}
.products-section .right-sec .products_item ul li {
  height: 138px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-section .right-sec .products_item ul li {
    height: 160px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section .right-sec .products_item ul li {
    height: 176px;
    word-wrap: break-word;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .products-section .right-sec .products_item ul li {
    height: 176px;
    word-wrap: break-word;
  }
}
@media (max-width: 991px) {
  .products-section .right-sec .products_item ul li {
    height: 176px;
  }
}
.products-section .right-sec .item_color li {
  background: #ffffff;
  padding: 10px;
  width: 15.1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 7px 0 #cccccc;
  -webkit-box-shadow: 0 0 7px 0 #cccccc;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-section .right-sec .item_color li {
    width: 14.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section .right-sec .item_color li {
    width: 14.5%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .products-section .right-sec .item_color li {
    width: 14.5%;
  }
}
@media (max-width: 991px) {
  .products-section .right-sec .item_color li {
    width: 17.3%;
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .products-section .right-sec .item_color li {
    width: 14.5%;
    word-wrap: break-word;
  }
}
@media (max-width: 640px) {
  .products-section .right-sec .item_color li {
    width: 14.1%;
  }
}
@media (max-width: 575px) {
  .products-section .right-sec .item_color li {
    width: 17.1%;
  }
}
@media (max-width: 479px) {
  .products-section .right-sec .item_color li {
    width: 21.8%;
  }
}
@media (max-width: 414px) {
  .products-section .right-sec .item_color li {
    width: 21.5%;
  }
}
@media (max-width: 375px) {
  .products-section .right-sec .item_color li {
    width: 21.3%;
  }
}
@media (max-width: 360px) {
  .products-section .right-sec .item_color li {
    width: 29.4%;
  }
}
.products-section .right-sec .item_color li span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 991px) {
  .products-section .right-sec .item_color li span {
    font-size: 14px;
  }
}
.products-section .right-sec .item_color li img {
  width: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products-section .right-sec .item_color li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.products-section .right-sec .item_color li:hover span {
  color: #000000;
}
.products-section .right-sec .prod_size li {
  color: #656565;
  padding: 0 16px 10px;
  position: relative;
}
.products-section .right-sec .prod_size li:before {
  position: absolute;
  top: 7px;
  left: -2px;
  border: 3px solid #66cc66;
  border-left: none;
  border-bottom: none;
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.products-section .right-sec form {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 7px 0 #cccccc;
  -webkit-box-shadow: 0 0 7px 0 #cccccc;
}
.products-section .right-sec form .order_now {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .products-section .right-sec form .order_now {
    font-size: 17px;
  }
}
.products-section .right-sec form .form-select {
  height: 45px;
}
.products-section .right-sec form .form-control {
  height: 45px;
}
.products-section .right-sec form .form-control.float-start {
  width: 125px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-section .right-sec form .form-control.float-start {
    width: 85px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section .right-sec form .form-control.float-start {
    width: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .products-section .right-sec form .form-control.float-start {
    width: 65px;
  }
}
@media (max-width: 991px) {
  .products-section .right-sec form .form-control.float-start {
    width: 80px;
  }
}
@media (max-width: 479px) {
  .products-section .right-sec form .form-control.float-start {
    width: 150px;
  }
}
@media (max-width: 360px) {
  .products-section .right-sec form .form-control.float-start {
    width: 125px;
  }
}
.products-section .right-sec form .submit_btn {
  background: #229f83;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 11px 20px;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products-section .right-sec form .submit_btn:hover {
  background: #539253;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-section .right-sec form .submit_btn {
    padding: 11px 11px;
    margin-right: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 8px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 8px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 13px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 55px;
    margin-right: 0;
  }
}
@media (max-width: 414px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 35px;
  }
}
@media (max-width: 375px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 30px;
  }
}
@media (max-width: 360px) {
  .products-section .right-sec form .submit_btn {
    padding: 12px 22px;
  }
}
.products-section .right-sec form .checkout_btn {
  background: #229f83;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 11px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.products-section .right-sec form .checkout_btn:hover {
  background: #539253;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .products-section .right-sec form .checkout_btn {
    padding: 11px 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .products-section .right-sec form .checkout_btn {
    padding: 12px 5px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .products-section .right-sec form .checkout_btn {
    padding: 12px 5px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .products-section .right-sec form .checkout_btn {
    padding: 11px 13px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .products-section .right-sec form .checkout_btn {
    margin-top: 10px;
    width: 100%;
  }
}
.products-section.info-inner {
  background: url(..//images/bg-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.products-section.info-inner h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 991px) {
  .products-section.info-inner h2 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .products-section.info-inner h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .products-section.info-inner h2 {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.products-section.info-inner .box .product-img {
  box-shadow: none;
}
.product-info-page h2 {
  font-size: 30px;
  font-weight: 600;
  color: #229f83;
}
@media (max-width: 991px) {
  .product-info-page h2 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .product-info-page h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .product-info-page h2 {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
.info-inner .heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .info-inner .heading {
    flex-wrap: wrap;
  }
}
.info-inner .heading .item-box {
  background: #ffffff;
  padding: 15px;
  text-align: center;
  width: 25%;
  border: 4px solid #cccccc;
  overflow: hidden;
}
.info-inner .heading .item-box img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.info-inner .heading .item-box img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 575px) {
  .info-inner .heading .item-box {
    width: 100%;
    order: 2;
  }
}
.info-inner .box {
  height: 100%;
  border-bottom: 2px solid #f0ebeb;
}
.info-inner .box .product-img {
  background: #ffffff;
  box-shadow: 0 0 11px 0 #cccccc;
  padding: 15px;
  border: 4px solid #cccccc;
  border-radius: 3px;
  height: 250px;
}
.info-inner .box .info_text {
  padding: 10px;
}
@media (max-width: 991px) {
  .info-inner .box .info_text {
    font-size: 14px;
  }
}
.info-inner .box .info_text h5 {
  font-size: 18px;
  color: #539253;
  margin-bottom: 10px;
}
.info-inner .box .info_text .form-select {
  height: 45px;
}
.info-inner .box .info_text .form-control.float-start {
  height: 45px;
  text-align: center;
  width: 65px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 135px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 114px;
  }
}
@media (max-width: 575px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 90px;
  }
}
@media (max-width: 479px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 60px;
  }
}
@media (max-width: 414px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 140px;
  }
}
@media (max-width: 360px) {
  .info-inner .box .info_text .form-control.float-start {
    width: 132px;
  }
}
.info-inner .box .info_text .order_now {
  font-size: 17px;
  display: inline-block;
  margin: 15px 0 10px;
  width: 100%;
  position: relative;
}
.info-inner .box .info_text .order_now:before {
  position: absolute;
  background: #66cc66;
  width: 100%;
  height: 2px;
  content: "";
  top: -7px;
  left: 0;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .info-inner .box .info_text .order_now {
    font-size: 15px;
  }
}
.info-inner .box .info_text .submit_btn {
  background: #229f83;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 10px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.info-inner .box .info_text .submit_btn:hover {
  background: #539253;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 27px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 27px;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 27px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 35px;
  }
}
@media (max-width: 667px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 27px;
  }
}
@media (max-width: 640px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .info-inner .box .info_text .submit_btn {
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 5px;
    margin-right: 7px;
  }
}
@media (max-width: 414px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 45px;
    margin-right: 0px;
  }
}
@media (max-width: 375px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 36px;
  }
}
@media (max-width: 360px) {
  .info-inner .box .info_text .submit_btn {
    padding: 12px 22px;
  }
}
.info-inner .box .info_text .checkout_btn {
  background: #229f83;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.info-inner .box .info_text .checkout_btn:hover {
  background: #539253;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .info-inner .box .info_text .checkout_btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .info-inner .box .info_text .checkout_btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .info-inner .box .info_text .checkout_btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .info-inner .box .info_text .checkout_btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .info-inner .box .info_text .checkout_btn {
    width: initial;
    margin-top: initial;
  }
}
@media (max-width: 479px) {
  .info-inner .box .info_text .checkout_btn {
    padding: 12px 5px;
  }
}
@media (max-width: 414px) {
  .info-inner .box .info_text .checkout_btn {
    width: 100%;
    margin-top: 10px;
  }
}
.product-img {
  overflow: hidden;
}
.product-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-img img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.footer {
  background: #656565;
}
.footer .card_img span {
  color: #ffffff;
}
.footer .icon-adders ul li {
  font-size: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
.footer .icon-adders ul li a {
  color: #66cc66;
}
.footer .icon-adders ul li a:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  /********************** mobile-css *************/
  .container {
    max-width: inherit;
  }
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .header_top {
    padding-top: 20px;
    position: relative;
    z-index: 2;
  }
  .header_top .header {
    position: relative;
    z-index: 0;
  }
  .header_top .navbar-menu .tel_no {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
  }
  .header_top .navbar-menu .tel_no a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  .header_top .navbar-menu .tel_no a img {
    margin-right: 7px;
    width: 25px;
  }
  .header_top .navbar-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: normal;
    height: 45px;
  }
  .header_top .navbar-menu.sticky {
    position: fixed;
    top: -42px;
  }
  .header_top .navbar-menu .navbar-toggler {
    border: none;
    padding: 0 5px;
    background: #ffffff;
    border-radius: 0;
  }
  .header_top .navbar-menu .navbar-toggler:focus {
    box-shadow: none;
  }
  .header_top .navbar-collapse {
    position: absolute;
    top: 45px;
    background: #229f83;
    left: 0;
    width: 100%;
  }
  .header_top .navbar-collapse ul li {
    font-size: 15px;
    margin-right: 0;
    padding: 9px 0 9px 30px;
    background: #ffffff;
    margin-bottom: 3px;
  }
  .header_top .navbar-collapse ul li a {
    color: #000000;
    padding: 0;
    display: inline-block;
  }
  .header_top .navbar-collapse ul li a:after {
    background: none;
    position: absolute;
    top: 13px;
    border-right: 2px solid #229f83;
    border-top: 2px solid #229f83;
    content: "";
    left: 9px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    opacity: 1;
  }
  .header_top .navbar-collapse ul li.active a {
    color: #229f83;
  }
  .header_top .navbar-collapse ul li.active a:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    top: 13px;
  }
  .header_top .navbar-collapse ul li:hover a:after {
    top: 13px;
  }
}
.home-page .sections-main .vinyl-direct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home-page .sections-main .vinyl-direct h1 {
  margin-bottom: 0;
}
.home-page .sections-main .contact-page {
  display: inline-block;
  width: 100%;
}
.home-page .sections-main .contact-page ul li {
  background: #ffffff;
  width: 24%;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0 0 6px 0 #ccc;
  -webkit-box-shadow: 0 0 6px 0 #ccc;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.home-page .sections-main .contact-page ul li:hover {
  background: #229f83;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-page .sections-main .contact-page ul li {
    width: 23.9%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-page .sections-main .contact-page ul li {
    width: 23.7%;
    font-size: 14px;
    padding: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .home-page .sections-main .contact-page ul li {
    width: 23.7%;
    font-size: 14px;
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .home-page .sections-main .contact-page ul li {
    width: 48.8%;
  }
}
@media (max-width: 767px) {
  .home-page .sections-main .contact-page ul li {
    width: 48.5%;
  }
}
@media (max-width: 575px) {
  .home-page .sections-main .contact-page ul li {
    width: 100%;
  }
}
.home-page .sections-main .contact-page ul li figure {
  margin-bottom: 10px;
}
.home-page .sections-main .contact-page ul li span {
  display: block;
  font-size: 18px;
  color: #229f83;
  margin-bottom: 5px;
}
.home-page .sections-main .contact-page ul li:hover span {
  color: #ffffff;
}
.home-page .sections-main .contact-page ul li a {
  color: #229f83;
}
.home-page .sections-main .contact-page ul li:hover a {
  color: #ffffff;
}
.home-page .sections-main .contact-page h4 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-page .sections-main .contact-page p strong {
  color: #229f83;
}
.box-col {
  background: #ffffff;
  box-shadow: 0 0 11px 0 #cccccc;
  padding: 15px;
  border: 4px solid #cccccc;
  border-radius: 3px;
}
.font-size {
  font-size: 30px;
  font-weight: 600;
}
.btn {
  background: #229f83;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
}
.form {
  height: 45px;
}
.h-color {
  font-size: 18px;
  color: #539253;
}
.p-color {
  color: #656565;
  margin-bottom: 7px;
}
.span-color {
  color: #229f83;
}
.box-shadow {
  box-shadow: 0 0 7px 0 #cccccc;
  -webkit-box-shadow: 0 0 7px 0 #cccccc;
}
.img-all {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hove-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body {
  color: #000000;
  overflow-x: hidden;
  font-family: 'Lato';
  font-weight: normal;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.prod-row > div {
  margin-top: 30px;
  overflow-y: hidden;
}
.item-col {
  color: #000000;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.eot');
  src: url('../fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BlackItalic.ttf') format('truetype'), url('../fonts/Lato-BlackItalic.svg#Lato-BlackItalic') format('svg');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.eot');
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('Lato-Italic.eot');
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.eot');
  src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.eot');
  src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-LightItalic.ttf') format('truetype'), url('../fonts/Lato-LightItalic.svg#Lato-LightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.eot');
  src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Hairline.ttf') format('truetype'), url('../fonts/Lato-Hairline.svg#Lato-Hairline') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-HairlineItalic.eot');
  src: url('../fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-HairlineItalic.ttf') format('truetype'), url('../fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic') format('svg');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.eot');
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
