body {color: #222;}
ul {padding: 0;margin: 0;list-style: none;}
h1, h2, h3, h4, h5, h6 {margin: 0;}
p {font-size: 14px;margin-bottom: 7px;}
img {max-width: 100%;}
.tel_no {display: none;}
/*-------------- css------------------*/

.top-header {background: #336699;height: 45px;line-height: 45px;}
.top-header ul li {float: left;margin-right: 25px;font-size: 16px;color: #fff;}
.top-header ul li a {color: #fff;text-decoration: none;}
.top-header ul li a:hover {color: #08013a;text-decoration: underline;}
.top-header ul li:last-child {margin-right: 0;}
.top-header ul li img {margin-right: 10px;}
.top-header .cart-icon {float: right;}
.header_top h1 {background: #1c0801;text-align: center;font-size: 18px;color: #fff;text-transform: uppercase;height: 50px;line-height: 49px;}
.header {background: #032e59;padding: 20px 0;}
.navbar.navbar-expand-lg.navbar-light {padding: 0;display: block;}
.navbar-nav .mobile_menu {display: none;}
.header-section {display: flex;align-items: center;}
.header-section .logo {width: 20%;text-align: center;margin-right: 15px;}
.header-section .header_contant {width: 80%;}
.header_top .header-section .header_contant ul li {font-size: 14px;float: left;margin-right: 5px;}
.header_top .header-section .header_contant ul li:last-child {margin-right: 0;}
.header_top .header_contant ul li a {color: #fff;font-weight: 600;text-decoration: none;border-radius: 0;position: relative;overflow: hidden;display: block;text-transform: uppercase;padding: 6px 6px;}
.header_top .header_contant ul li.active a {color: #222;}
.header_top .header_contant ul li a::after {position: absolute;background: #81a5ca;top: 0;width: 100%;height: 100%;left: -100%;content: "";transition: all 0.4s cubic-bezier(.08, .82, .17, 1);-webkit-transition: all 0.4s cubic-bezier(.08, .82, .17, 1);}
.header_top .header-section .header_contant ul li.active a::after {left: 0;}
.header_top .header_contant ul li:hover a::after {left: 0;}
.header_top .header_contant ul li a span {position: relative;z-index: 1;}
.header-section .header_contant ul li a:hover {color: #222;} 
.header_top .title {font-size: 30px;text-align: center;padding: 20px 0 0;color: #fff;font-weight: 600;text-transform: uppercase;}
.header_top .title span {display: block;font-size: 16px;font-weight: normal;}
.Journals_diaries {padding: 10px 0 40px;}
.calendar_text {font-size: 16px;text-align: center;margin-top: 30px;color: #656565;line-height: 27px;}
.heading {text-align: center;}
.heading h1 {font-size: 35px;font-weight: 600;margin-top: 30px;color: #032e59;}
.heading h1 span {display: block;font-size: 18px;color: #656565;margin-top: 10px;font-weight: normal;}
.heading h3 {font-size: 28px;margin: 20px 0;position: relative;display: inline-block;width: 100%;}
.heading h3::before {background: #032e59;width: 25%;height: 5px;position: absolute;bottom: -20px;content: "";left: 0;right: 0;margin: 0 auto;border-radius: 10px;}
.heading h3::after {background: #81a5ca;width: 20px;height: 20px;position: absolute;bottom: -26px;content: "";left: 0;right: 0;margin: 0 auto;border-radius: 100%;}
.Journals_diaries .row.prod_item > div {margin-top: 35px;}
.box {background: #f2f2f2;text-align: center;border: 1px solid #ccc;height: 100%;position: relative;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.box:hover {border: 1px solid #369;}
.product_section .box {height: auto;}
.text {padding: 10px 15px 10px 15px;}
.box .text h4 {font-size: 18px;margin-bottom: 8px;}
.box .text h4 a {color: #032e59;text-decoration: none;}
.new {background: #032e59;color: #fff;padding: 3px 10px;position: absolute;top: 10px;font-size: 14px;border-radius: 4px;}
.box .text .item_no {font-size: 16px;font-weight: 600;}
.box .text .price {font-size: 16px;}
.box .text .price a {color: #222;font-size: 16px;text-decoration: none;}
.box .text .price span {color: red;}
.right_bar .text p strong {color: #222;}
.contact-pag {background: #f2f2f2;padding: 40px 0;position: relative;z-index: 0;}
.contact-pag h4 {font-size: 23px;color: #222;margin-bottom: 12px;font-weight: 600;}
.contact-pag p {color: #369;font-size: 16px;line-height: 28px;}
.product_section {margin-top: 40px;}
.right_bar .text {padding: 0;}
.right_bar .text h3 {font-size: 25px;border-color: #dfe1e4;background: #f2f2f2;font-weight: 600;margin-bottom: 10px;border-style: double;border-width: thick;padding: 5px 9px;}
.right_bar .text p {font-size: 15px;color: #656565;line-height: 26px;}
.right_bar .text p span {color: red;}
.right_bar .text .order {font-size: 18px;color: #369;font-weight: 600;margin-bottom: 10px;display: inline-block;width: 100%;}
.product_img ul li {float: left;margin-right: 15px;border: 1px solid #ddd;text-align: center;width: 18.3%;margin-bottom: 15px;box-shadow: 0 0 7px 0 #ccc;-webkit-box-shadow: 0 0 7px 0 #ccc;}
.item-img {background: #fff;display: flex;align-items: center;justify-content: center;height: 280px;overflow: hidden;}
.item-img img {transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.item-img img:hover {transform: scale(1.1);}
.contact_pag .item-img {height: 350px;}
.product_img ul li img {padding: 15px;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.product_img ul li img:hover {transform: scale(1.1);}
.product_img ul li:nth-child(5n) {margin-right: 0;}
.product_img ul li span {background: #f2f2f2;padding: 5px 0;display: block;color: #369;}
table {width: 100%;}
.prod_table {margin: 15px 0 20px;}
.prod_table .hed_tab td {color: #222;font-weight: 600;}
.prod_table tr td {color: #656565;border: 1px solid #ccc;padding: 10px;text-align: center;}
.prod_table tr td:first-child {background: #369;color: #fff;font-weight: 600;}
.mobile_table {display: none;}
label {display: block;color: red;font-size: 14px;}
.form-control.qty {width: 24%;text-align: center;border-radius: 0;float: left;margin-right: 15px;padding: 7px;}
.submit_btn {background: #fff;color: #222;border: 1px solid #ccc;padding: 7px 20px;margin-right: 13px;cursor: pointer;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.submit_btn:hover {background: #032e59;color: #fff;border: 1px solid #032e59;}
.checkout_btn {background: #fff;color: #222;border: 1px solid #ccc;padding: 7px 21px;cursor: pointer;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.checkout_btn:hover {background: #032e59;color: #fff;border: 1px solid #032e59;}
.footer {background: #151515;color: #fff;padding: 35px 0;position: relative;z-index: 0;}
.footer .card_img h3 {font-size: 25px;font-weight: 600;}
.footer .card_img span {display: block;font-size: 16px;margin-top: 5px;font-weight: normal;}
.footer .card_img ul li {float: left;margin: 12px 6px 0 0;}
.footer_img ul li {background: #fff;border: 1px solid #464545;height: 115px;display: flex;align-items: center;justify-content: center;width: 45%;float: left;padding: 10px;}
.footer_content {font-size: 24px;text-align: center;}

/*********responsive-navigator************/

@media (min-width:1024px) and (max-width:1199px) {	
.header-section .logo {width: 13%;margin-right: 11px;}	
.header-section .header_contant {width: 90%;}
.header_top .header-section .header_contant ul li {font-size: 13px;margin-right: 2px;}
.product_img ul li {width: 18%;}
.submit_btn {padding: 8px 17px;margin-right: 10px;font-size: 14px;}
.checkout_btn {padding: 8px 10px;font-size: 14px;}}

@media (min-width:992px) and (max-width:1023px) {
.header-section .logo {width: 13%;margin-right: 11px;}	
.header-section .header_contant {width: 90%;}
.header_top .header-section .header_contant ul li {font-size: 13px;margin-right: 2px;}
.product_img ul li {width: 18%;}
.submit_btn {padding: 8px 17px;margin-right: 10px;font-size: 14px;}
.checkout_btn {padding: 8px 10px;font-size: 14px;}}

@media (max-width:991px) {
.container {max-width: none;}
.header {padding: 30px 0;display: inline-block;width: 100%;}
.main-menu.sticky .navbar.navbar-expand-lg {background: #031532;}
.navbar.navbar-expand-lg.navbar-light {padding: 10px 0 0;}
.navbar.navbar-expand-lg {background: #3a3a3b;padding-top: 10px;position: absolute;top: 0;width: 100%;left: 0;z-index: 1;}
.navbar-toggler {border-radius: 0;padding: 4px 7px 7px;margin-left: 10px;margin-bottom: 10px;position: relative;border: none;border-color: initial;}
button:focus {outline: none;}
.navbar-toggler-icon {display: inline-block;background: #fff;height: 4px;width: 33px;vertical-align: top;}
.navbar-toggler-icon::before {background: #fff;position: absolute;content: "";width: 33px;height: 4px;top: 22px;left: 7px;}
.navbar-toggler-icon::after {content: "";position: absolute;width: 33px;height: 4px;background: #fff;left: 7px;top: 13px;}
.navbar.navbar-expand-lg .container {max-width: 100%;}
#navbarNavAltMarkup {background: #fff;width: 100%;padding: 5px 0;}
.tel_no {display: block;}
.tel_no {position: absolute;top: 12px;right: 15px;}
.tel_no img {width: 20%;margin-right: 10px;}
.tel_no a {color: #fff;text-decoration: none;display: flex;align-items: center;}
.header_top .header-section .header_contant .navbar-nav ul li {font-size: 15px;float: none;border-bottom: 1px solid #1f1757;padding: 8px 0 8px 15px;margin: 0;}
.header_top .header-section .header_contant .navbar-nav ul li:last-child {border: none;padding-bottom: 4px;}
.header_top .header_contant ul li:hover a::after, .header_top .header_contant ul li.active a {color: #032e59;border-top: none;}
.header_top .header_contant ul li a {padding: 3px 25px;color: #336699;transition: all 0.4s ease-in-out;-webkit-transition: all 0.4s ease-in-out;}
.header-section .header_contant ul li a:hover {color: #08013a;padding-left: 50px;}
.header_top .header_contant ul li a::after {background: none;}
.navbar-nav .mobile_menu {display: block;}
.navbar-nav .desktop_menu {display: none;}
.header-section {display: initial;}
.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 .header_contant ul li a::before {background-image: url(..//images/right-arrow.png);position: absolute;top: 7px;left: 0;width: 16px;height: 16px;content: "";}
.header-section .header_contant {width: auto;}
.header-section .logo {float: left;width: 30%;}
.header_top .title {font-size: 30px;padding-top: 5px;float: right;width: 60%;}
.header_top {padding-top: 50px;}
.top-header ul li {margin-right: 10px;font-size: 13px;}
.top-header ul li img {margin-right: 5px;}
.prod_table tr td {padding: 10px 0 10px 0;font-size: 13px;}
.product_img ul li {width: 17.50%;}
.form-control.qty {width: 21%;margin-right: 8px;padding: 9px 0;font-size: 13px;}
.submit_btn {padding: 9px 6px;margin-right: 5px;font-size: 13px;}
.checkout_btn {padding: 9px 7px;font-size: 13px;}
.footer_content {font-size: 18px;}
.footer_img ul li {width: 100%;}
.product_img ul li span {font-size: 14px;}}

@media (max-width:767px) {
.top-header ul li img {width: 12px;}
.top-header ul li {margin-right: 5px;font-size: 12px;}
.header_top .title span {font-size: 16px;}
.heading h3::before {width: 50%;}
.right_bar {margin-top: 40px;}
.product_img ul li {width: 18%;}
.prod_table tr td {padding: 10px;font-size: 14px;}
.form-control.qty {width: 25%;margin-right: 12px;font-size: 14px;}
.submit_btn {padding: 9px 20px;margin-right: 10px;font-size: 14px;}
.checkout_btn {padding: 9px 10px;font-size: 14px;}
.footer_img ul li {width: 45%;}
.footer_content {margin: 15px 0;text-align: left;}}

@media (max-width:667px) {
.top-header ul li {margin-right: 4px;font-size: 11px;}
.top-header ul li img {margin-right: 3px;}
.form-control.qty {margin-right: 10px;}
.submit_btn {padding: 9px 19px;}}

@media (max-width:640px) {
.top-header .icon-adders {float: left;width: 45%;line-height: normal;margin-top: 10px;}	
.top-header .icon-adders li img {float: left;}	
.header_top .title span {font-size: 15px;}
.product_img ul li {width: 17.70%;}	
.prod_table {display: none;}
.mobile_table {margin: 15px 0;display: block;}	
.mobile_table tr td {border: 1px solid #ccc;text-align: center;padding: 8px;color: #656565;}	
.mobile_table tr:first-child td {background: #369;color: #fff !important;}
.mobile_table tr td:first-child {color: #222;}
.form-control.qty {width: 23%;}
.submit_btn {padding: 9px 10px;}
.checkout_btn {padding: 9px 7px;}}

@media (max-width:568px) {
.top-header {height: 60px;}	
.top-header .icon-adders {width: 35%;}	
.top-header .icon-adders li img {margin-bottom: 18px;}
.product_img ul li {width: 17.30%;}
.heading h1 {font-size: 30px;}}

@media (max-width:479px) {
.top-header .icon-adders {width: 100%;}
.top-header .cart-icon {float: left;line-height: normal;}
.top-header .icon-adders li img {margin-bottom: 5px;}
.header_top .title {font-size: 18px;}	
.header_top .title span {font-size: 13px;}
.right_bar .text h3 {font-size: 22px;}
.product_img ul li {width: 17.40%;margin-right: 12px;}
.heading h3 {font-size: 24px;}}

@media (max-width:414px) {
.heading h1 {font-size: 25px;}	
.product_img ul li {width: 22.4%;}
.product_img ul li:nth-child(4n) {margin-right: 0;}
.product_img ul li:nth-child(5n) {margin-right: 12px;}
.product_img ul li span {background: #369;color: #fff;}
.right_bar .text .order {font-size: 16px;}
.submit_btn {padding: 9px 7px;margin-right: 6px;}}

@media (max-width:375px) {
.header-section .logo {float: none;width: 100%;margin-right: 0;}	
.header_top .title {float: none;width: 100%;padding-top: 20px;}
.product_img ul li {width: 22.1%;}	
.form-control.qty {width: 48%;margin-right: 15px;}
.submit_btn {padding: 9px 40px;margin-right: 0;}
.checkout_btn {width: 100%;margin-top: 20px;}}

@media (max-width:360px) {
.heading h3 {font-size: 21px;}	
.product_img ul li {width: 30.50%;margin-right: 8px;}
.product_img ul li:nth-child(4n) {margin-right: 8px;}
.product_img ul li:nth-child(5n) {margin-right: 8px;}
.submit_btn {padding: 9px 30px;}}
@media (max-width:320px) {}