/*
    Theme Name: Iraq Soft 
    Theme URI: https://www.iraq-soft.com/
    Author: Iraq Soft
    Author URI: https://www.facebook.com/abdulghafor.sabury
    Description: Responsive WordPress theme for  Iraq Soft 
    Version: 1.0
*/

@charset "UTF-8";
/*Font Face*/
    @font-face {
        font-family: 'abdob';
        src:  url('fonts/abdo-master-bold.otf')  format('opentype');
    }
    @font-face {
        font-family: 'abdom';
        src:  url('fonts/abdo-master-medium.otf')  format('opentype');
      }
    @font-face {
        font-family: 'abdor';
        src:  url('fonts/abdo-master-regular.otf')  format('opentype');
      }
    @font-face {
        font-family: 'abdosb';
        src:  url('fonts/abdo-master-semi-bold.otf')  format('opentype');
      }
    @font-face {
        font-family: 'abdoexb';
        src:  url('fonts/abdo_master_extra-bold.otf')  format('opentype');
      }
      @font-face {
        font-family: 'abdodb';
        src:  url('fonts/abdo_master_demi_bold.otf')  format('opentype');
      }
      @font-face {
        font-family: 'abdoexl';
        src:  url('fonts/abdo_master_extra_light.otf')  format('opentype');
      }
/*General */
html{ font-size: 16px;}
body{
	font-family: 'abdom';
    background-color:#F6F4FC;
    overflow-x: hidden;
}
a:hover{text-decoration: none}
*{text-align: right;}
.green_bg{background-color: #008a5e;}
.green{color: #008a5e;}
.blue_bg{background-color: #0066a4;}
.blue{color: #0066a4;}
::placeholder { 
    color: #3F3369;
    opacity: 0.43;
  }
  :-ms-input-placeholder { 
    color: #3F3369;
    opacity: 0.43;
  }
  
  ::-ms-input-placeholder { 
    color: #3F3369;
    opacity: 0.43;
  }
@media (min-width: 1199px){
.container, .container-lg, .container-md, .container-sm, .container-xl 	{max-width: 1053px;}
}
@media (min-width: 1199px){
    .top_bar .container, 
    .menu_bar .container,
    footer #main-wrapper .container{max-width: 1070px;}
    }
@media (min-width: 1199px){
        .category-shop .container,
        .category-shop footer #main-wrapper .container{max-width: 1170px;}
}

.spinner-border{
    margin: 0 auto 10px;
    border: .13em solid #0BBC77;
    border-right-color: transparent !important;
    display: none;
    width: 2rem;
    height: 2rem;
}
main{
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    float: left;
    min-height: 400px;
}
/* Scroll Up */
#scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0BBC77;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    border-radius: 6px;
    font-size: 12px
  }
#scrollup:hover {background-color: #0BBC77;}

/*Header*/
header{
    width: 100%;
    background-color: #fff;
    float: left;
}
header  .top_bar{
    background-color: #3F3369;
    min-height: 52px;
    width: 100%;
    padding: 0.875rem 0;;
}
header  .top_bar .column,
header  .top_bar .column a{
    color: #FFFFFF;
    font-family: "abdom";
    font-size: 0.8125rem;
    line-height: 1.5rem;
    text-align: right;
    position: relative;
}
header .top_bar .column:last-child .content_wrapper{text-align: left;}
header  .top_bar .column span.no_icon{opacity: 0.63;}
header  .top_bar .col_3  a{padding-right: 23px}
header  .top_bar .column .have_icon{
    position: relative;
    padding-right: 23px;
}
header  .top_bar .have_icon::before{
	position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #0BBC77;
    font-size: 14px;
}
header  .top_bar .col_3  a::before{content:'\f0e0';}
header  .top_bar .col_2  span::before{content: '\f3c5';}

header .logo_wrapper svg{
    float: right;
    margin-right: -0.6875rem;
}
header .logo_wrapper .texts{
    float: right;
    white-space: nowrap;
    margin: -3px 13px 0 0;
}
header .logo_wrapper h1{
    color: #0BBC77;
    font-size: 1.6875rem;
    font-family: "abdob";
    line-height: 3.125rem;
    margin: 0;
	}
header .logo_wrapper h2{
	color: #A8A3BB;
    font-size: 0.625rem;
    font-family: "abdom";
    line-height: 1.1875rem;
    margin: 0;
}
header nav{padding:0 !important;}
header #navigation_menu ul li>a{
    color: #646464;
    font-size: 1rem;
    font-family: "abdom";
    line-height: 1.8125rem;
    padding: 1.8rem 0.9375rem;
}
header #navigation_menu ul li.current-menu-item>a{
    color:#3F3369;
}
header #navigation_menu ul li>a:before{
	background: #0BBC77;
    height: 0.375rem;
    border-radius: 0.375rem;
}
header #navigation_menu ul li.current-menu-item>a::before{
    background: #0BBC77;
    right: 0;
    left: 0;
}

/*Footer*/
footer {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 55px;
}
footer #main-wrapper h1.title{
    font-family: "abdob";
    font-size: 1rem;
    line-height: 1.625rem;
    color: #3F3369;
    margin: 0 0 1rem 0;
}
footer #main-wrapper .column{
    padding-top: 2.5625rem;
    padding-bottom: 1.875rem;
}
footer #main-wrapper .contact_col .content_wrapper{padding-left: 40px;}
footer #main-wrapper .footer_menu{
    padding: 0;
    list-style-position: inside;
    margin: 0;
}
footer #main-wrapper .footer_menu li{
    color: #8C8C8C;
    font-size: 0.8125rem;
    line-height: 1.995rem;
}
footer #main-wrapper .footer_menu li a{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
footer #main-wrapper .about_col p{
    font-size: 0.875rem;
    line-height: 2.095rem;
    color: #585858;
}
footer ul.contact_menu{
    list-style: none;
    padding: 0 7px 0 0;
    clear: both;
    margin: 0;
}
footer ul.contact_menu li{
    position: relative;
    color: #8C8C8C;
    font-size: 0.75rem;
    line-height: 1.375rem;
    padding-right: 26px;
    margin: 0 0 7px 0;
}
footer ul.contact_menu li a{
    color: inherit;
}
footer ul.contact_menu li::before{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    color: #0BBC77;
    font-size: 1.125rem;
}
footer ul.contact_menu li#email::before{content:'\f0e0';}
footer ul.contact_menu li#phone::before{content:'\f3cd';}
footer ul.contact_menu li#address::before{content:'\f3c5';}
footer .logo_wrapper{
    float: right;
    width: 100%;
    margin: 0 0 18px 0;
}
footer .logo_wrapper svg {
    float: right;
}
footer .logo_wrapper .texts {
    float: right;
    white-space: nowrap;
    margin: 0px 13px 0 0;
}
footer .logo_wrapper h1 {
    color: #0BBC77;
    font-size: 23px;
    font-family: "abdob";
    line-height: 33px;
    margin: 0;
}
footer .logo_wrapper h2 {
    color: #A8A3BB;
    font-size: 0.5rem;
    font-family: "abdom";
    line-height: 1.375rem;
    margin: 0;
}
footer #bottom-wrapper{
    background-color: #3F3369;
    font-size: 0.75rem;
    color: #fff;
    padding: 1rem 0;
    min-height: 3.5625rem;
    line-height: 1.375rem;
}
footer #bottom-wrapper p{margin:0;}
footer #bottom-wrapper p span{color:#0BBC77;}

/* Home Section 1 */
.home_section1{
    background-color: #fff;
    border-top: 0.0625rem solid #EFEFEF;
    padding-top: 28px;
    padding-bottom: 28px;
    width: 100%;
    float: right;
}
.home_section1 .text_col,
.home_section1 .image_col{
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
}
.home_section1 h1.title{
    color: #0BBC77;
    font-family: "abdob";
    font-size: 1.25rem;
    line-height: 2.3125rem;
}
.home_section1 .text_col .content_wrapper{
    padding-left: 45px;
}
.home_section1 .content_wrapper p{
    color: #585858;
    font-size: 0.9375rem;
    line-height: 2.125rem;
}
.home_section1  .image_col .content_wrapper img{
    border-radius: 9px;
}
/* Home Section 2 */
.home_section2{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    float: right;
    width: 100%;
}
.home_section2 h2.main_title{
    color: #0BBC77;
    font-family: "abdob";
    font-size: 1.25rem;
    line-height: 2.3125rem;
    margin-bottom: 0;
}
.home_section2 h2.main_title a{
    color: inherit;
}
.home_section2 p.main_desc{
    color: #585858;
    font-size: 0.9375rem;
    line-height: 2.125rem;
    margin-bottom: 23px;
    margin-top: 5px;
}
.home_section2 .content_wrapper{
    float: right;
    background-color: #fff;
    width: 100%;
    margin: 0 0 19px 0;
    border-radius: 0.5rem;
    padding: 15px 15px;
}
.home_section2 .text_wrapper h1{
    color: #3F3369;
    font-family: "abdob";
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 5px 0 0 0;
}
.home_section2 .text_wrapper h1 a{
    color: inherit;
}
.home_section2 .text_wrapper p.desc{
    color: #8D8D8D;
    font-size: 0.875rem;
    line-height: 2rem;
    margin-bottom: 0.875rem;
    margin-top: 0.6875rem;
}
.home_section2 .text_wrapper time{
    color: #C7C7C7;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    float: right;
}
.home_section2 .text_wrapper a.read_more{
    background-color: #0BBC77;
    color: #fff;
    font-size: 0.8125rem;
    padding: 0.375rem 1.4375rem 0.5rem 1.625rem;
    border-radius: 0.4375rem;
    float: left;
    position: relative;
    line-height: 1.5rem;
}
.home_section2 .text_wrapper a.read_more::before {
    background: #000;
    height: 3px;
}
.home_section2 .text_wrapper svg{
    position: absolute;
    top: 0.8125rem;
    left: 0.3125rem;
}
.home_section2 .text_wrapper svg.time_icon{
    position: relative;
    top: -0.125rem;
    left: 0.1875rem;
}
.home_section2 .img_wrapper{
    float: right;
    padding: 0 0 0 15px;
}
.home_section2 .img_wrapper img{
    border-radius: 0.5rem;
}
.home_section2 aside h1{
    color: #0BBC77;
    font-family: "abdob";
    font-size: 1.25rem;
    line-height: 2.3125rem;
    margin: 0 0 0.25rem 0;
}
.home_section2 aside iframe{
    width: 100%;
    height: 367px;
}
.home_section2 aside p{
    color: #585858;
    font-size: 0.8125rem;
    line-height: 2.125rem;
    margin-bottom: 1.5rem;
}
.home_section2 aside ul.social_links{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 20px 0 0 0;
}
.home_section2 aside ul.social_links li{
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 10px;
}
.home_section2 aside ul.social_links li a i{
    font-size: 29px;
    background-color: #ddd;
    padding: 8px 8px;
    border-radius: 0.5rem;
    color:#fff;
}
.home_section2 aside ul.social_links li a:before {position:absolute;border-radius:0.5rem;}
.home_section2 aside ul.social_links li a#facebook::before {border:#4469B0 solid 4px}
.home_section2 aside ul.social_links li a#whatsapp::before {border:#36D84D solid 4px}
.home_section2 aside ul.social_links li a#instagram::before{border:#000000 solid 4px}
.home_section2 aside ul.social_links li a#messenger::before{border:#2E85FF solid 4px}
.home_section2 aside ul.social_links li a#youtube::before{border:#EE3A39 solid 4px}

.home_section2 aside ul.social_links li a#facebook i{background-color:#4469B0;}
.home_section2 aside ul.social_links li a#whatsapp i{background-color:#36D84D;}
.home_section2 aside ul.social_links li a#instagram i{background-color:#000000}
.home_section2 aside ul.social_links li a#messenger i{background-color:#2E85FF}
.home_section2 aside ul.social_links li a#youtube i{background-color:#EE3A39}

/* Software Search Page Wrapper */
.software_search_page .main_title_wrapper{
    text-align: center;
    padding: 15px 0 20px;
}
.software_search_page .main_title_wrapper h1{
    text-align: center;
    color: #0BBC77;
    font-family: "abdob";
    font-size: 1.25rem;
    line-height: 2.3125rem;
    margin: 0.5rem 0 0
}
.software_search_page .main_title_wrapper p{
    color: #585858;
    text-align: center;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 2.125rem;
}
.software_search_page .search_wrapper{
    margin: 0 0 21px 0;
}
.software_search_page .search_wrapper select{
    border: 1px solid #0BBC77;
    min-height: 3.4375rem;
    border-radius: 0.5rem;
    font-size: 1.0625rem;
    line-height: 1.9375rem;
    background: #fff url(images/select_arrow.svg) top left no-repeat;
    background-repeat: no-repeat;
    background-position-x: 1%;
    background-position-y: 21px;
    padding: 0.4rem 1.5rem;
    -moz-appearance: none;
    text-align: center;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
}
.software_search_page .tab_title_wrapper{
    padding-left: 0;
}
.software_search_page .tab_title_wrapper ul{
    padding-right: 0;
}
.software_search_page .tab_title_wrapper ul{
    border-bottom:0;
}
.software_search_page .tab_title_wrapper ul li{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0.4rem;
}
.software_search_page .tab_title_wrapper ul li a{
    text-align: center;
    color: #A3A3A3;
    background-color: rgb(0 0 0 / 0.04);
    padding: 0.75rem 0.5rem;
    font-size: 0.9375rem;
    border-radius: 0.5rem !important;
    border-bottom-left-radius: 0 !important;
    font-family: "abdom";
    line-height: 1.875rem;
    border-top-left-radius: 0 !important;
}
.software_search_page .tab_title_wrapper .nav-link.active {
    color: #0BBC77;
    background-color: #fff;
    border:none;
}
.software_search_page .tab_title_wrapper .nav-link.active::before,
.software_search_page .tab_title_wrapper .nav-link.active span{
    background-color: #0BBC77;
}
.software_search_page .tab_content_wrapper{
    padding-right: 0;
}
.software_search_page .tab_content_wrapper .tab-content{
    background-color: #fff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: 30px 30px;
    float: right;
    width: 100%;
    border-bottom-right-radius: 0.5rem;
}
.software_search_page .tab_content_wrapper .tab-content .container{
    float: right;
}
.software_search_page .tab_content_wrapper .tab-content .container h2{
    font-family: "abdoexb";
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #0BBC77;
}
.software_search_page .tab_content_wrapper .tab-content .container .content_wrapper:last-child{
    border-bottom: none;
}
.software_search_page .tab_content_wrapper .tab-content h3.sub_title{
    color: #3F3369;
    font-family: "abdob";
    font-size: 1.375rem;
    margin: 0 0 2.4rem 0;
    position: relative;
    padding: 0 0 1.75rem 0;
    line-height: 2.5rem;
}
.software_search_page .tab_content_wrapper .tab-content h3.sub_title::before{
    content: "line";
    width: 1.75rem;
    height: 0.4375rem;
    background-color: #3F3369;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    border-radius: 0.25rem;
}
.software_search_page .content_wrapper {
    float: right;
    background-color: #fff;
    width: 100%;
    margin: 0 0 19px 0;
    border-radius: 0;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.software_search_page .img_wrapper {
    float: right;
    padding: 0 0 0 15px;
}
.software_search_page .img_wrapper img {
    border-radius: 0.5rem;
}
.software_search_page .text_wrapper h1 {
    color: #3F3369;
    font-family: "abdob";
    font-size: 1rem;
    line-height: 1.875rem;
    margin: 0.3125rem 0 0 0;
}
.software_search_page .text_wrapper h1 a {
    color: inherit;
}
.software_search_page .text_wrapper p.desc {
    color: #8D8D8D;
    font-size: 0.875rem;
    line-height: 2rem;
    margin-bottom: 0.875rem;
    margin-top: 0.6875rem
}
.software_search_page .text_wrapper time {
    color: #C7C7C7;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    float: left;
    margin: -1.5rem 0 0 0;
}
.software_search_page .tab_content_wrapper .tab-content .container>p{
    color: #8D8D8D;
    font-size: 1.0625rem;
    line-height: 2rem;
    margin-bottom: 1.875rem;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button{
    width: 100%;
    margin-bottom: 15px;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a{
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 0.5rem;
    color: #363636;
    text-align: right;
    font-size: 1.0625rem;
    padding: 0.875rem 1.875rem;
    position: relative;
    line-height: 2.3125rem;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-buttons{
    margin-top: 30px;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a::after{
    content: 'icon';
    position: absolute;
    top: 1.125rem;
    left: 0.8125rem;
    background: url(images/download.svg) 0 0 no-repeat;
    font-size: 0;
    width: 2.125rem;
    height: 1.9375rem;
    background-size: 1.875rem;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a::before{
    content: 'dot';
    position: absolute;
    top: 1.8125rem;
    right: 0.8125rem;
    width: 0.6875rem;
    height: 0.6875rem;
    background-color: #0BBC77;
    border-radius: 100%;
    font-size: 0;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-gallery{
    display: block;
    float: right;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-gallery .blocks-gallery-grid{
    display: block;
    float: right;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item{
    width: 25%;
    float: right;
    display: block;
    height: 137px;
    margin-left: 0;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure{
    padding-right: 0.5em;
    padding-left: 0.5em;
    border-radius: 12px;
    overflow: hidden;
}
.software_search_page .tab_content_wrapper .tab-content figure.wp-block-embed{
    float: right;
    width: 50%;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-embed .wp-block-embed__wrapper{
    padding: 0 14px;
}
.software_search_page .tab_content_wrapper .tab-content .wp-block-embed figcaption{
    margin: 0;
    text-align: center;
    color: #8D8D8D;
    font-size: 0.875rem;
    line-height: 1.75rem;
    padding-right: 0.9375rem;
}
.software_search_page .tab_content_wrapper .tab-content #video_tab p{
    clear: both;
}
.software_search_page .tab_content_wrapper .tab-content #video_tab .wp-block-embed iframe {
    max-width: 100%;
    height: 200px;
    border-radius: 5px;
}
.software_search_page .wp-block-gallery.is-cropped .blocks-gallery-item img{display: block !important;cursor: pointer;}
/* project page style */
.project_page .tab_title_wrapper,
.project_page .tab_content_wrapper{
    display: none;
}
.project_page .main_title_wrapper p {
    margin: 0.3125rem 0 0.875rem 0;
}
.project_page .tab_content_wrapper .tab-content{
    background-color: transparent;
    padding-top: 0;
    padding-right: 0;
}
.tab_content_wrapper .tab-content{
    min-height: 500px;
}
.project_page .content_wrapper {
    padding: 15px 15px;
    border-radius: 8px;
}
.project_page .content_wrapper .text_wrapper{
    padding-left: 0;
}
.project_page .img_wrapper img {
    border-radius: 4px;
    width: auto;
}
.project_page .text_wrapper time {
    color: #C7C7C7;
    font-size: 10px;
    line-height: 12px;
    float: none;
    margin: 0 0 0 0;
    font-family: "abdor";
}
.project_page .text_wrapper time svg{
    margin-left: 7px;
}
.project_page .text_wrapper h1 {
    color: #0A0A0A;
    font-size: 1.15rem;
    line-height: 2.125rem;
}
.project_page .text_wrapper p.desc{
    color: #8D8D8D;
    font-size: 0.9375rem;
    line-height: 1.731rem;
}
.project_page .links{
    text-align: center;
}
.project_page .links a.online{
    color: #555555;
    border: 1px solid #B7B7B7;
    display: inline-block;
    padding: 0.2625rem 1.6875rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4375rem;
}
.project_page .tab_title_wrapper .content_wrapper{
    background-color: #fff;
    padding: 9px 15px;
    border-radius: 8px;
}
.project_page .tab_title_wrapper .content_wrapper h1{
    color: #ADADAD;
    font-family: "abdob";
    font-size: 1.1875rem;
    margin: 0.6875rem 0 0.6875rem 0;
    line-height: 2.1875rem;
}
.project_page .tab_title_wrapper ul li{
    padding: 0;
    margin: 0;
}
.project_page .tab_title_wrapper ul li a {
    text-align: right;
    background-color: #fff;
    padding: 20px 8px !important;
    font-size: 1rem;
    padding-right: 19px !important;
    margin: 0;
    line-height: 1.8125rem;
    font-family: "abdom";
    color: #313131;
}
.project_page .tab_title_wrapper ul li span{
    background-color: #313131;
    position: absolute;
    top: 1.0625rem;
    left: 0;
    border-radius: 0.25rem;
    color: #fff;
    padding: 0.1875rem 0.625rem 0.25rem;
    font-family: 'abdom';
    font-size: 0.75rem;
    line-height: 1.3125rem;
    display: block;
}
.project_page .tab_title_wrapper ul li a{position:relative;}
.project_page .tab_title_wrapper ul li a::before{
    content: 'dot';
    position: absolute;
    top: 2rem;
    right: 0;
    width: 0.5625rem;
    height: 0.5625rem;
    background-color: #707070;
    font-size: 0;
    border-radius: 50%;
}
.project_page .tab_title_wrapper ul li a:hover{
    color: #0BBC77;
    border: none;
}
.project_page .tab_title_wrapper ul li:hover span, .project_page .tab_title_wrapper ul li:hover ::before{
    background-color: #0BBC77 !important;
}

/* Client Page style */
.client_page .tab_title_wrapper,
.client_page .tab_content_wrapper{
    display: none;
}
.client_list_wrapper h1{
    color: #3F3369 !important;
    font-size: 1.25rem !important;
    position: relative;
    margin-bottom: 17px !important;
    line-height: 2.5rem !important;
    padding-bottom: 1.625rem;
}
.client_list_wrapper h1::before{
    content: 'dot';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.75rem;
    height: 0.4375rem;
    background-color: #3F3369;
    font-size: 0;
    border-radius: 0.25rem;
}
.client_list_wrapper table.table{
    border: none;
}
.client_list_wrapper table.table th,
.client_list_wrapper table.table td{
    border: none;
    border-bottom: 1px solid rgb(112 112 112 / .21);
    padding: 1rem .75rem;
}
.client_list_wrapper table.table th{
    font-size: 1.0625rem;
    color: #3F3369;
    font-family: "abdom";
}
.client_list_wrapper table.table td{
    font-size: 0.9rem;
    color: #000;
    line-height: 1.125rem;
}
/* Home Page */
body.category .home_section1{
    margin-bottom: -55px;
    margin-top: 47px;
    border-top: none;
}
body.category .home_section1 .image_col img{
    border-radius: 9px;
}

/* shop Page style */
.shop_page_main_title_section .main_title_wrapper {
    text-align: center;
    padding: 15px 0 20px;
}
.shop_page_main_title_section .main_title_wrapper h1 {
    text-align: center;
    color: #0BBC77;
    font-family: "abdob";
    font-size: 1.25rem;
    line-height: 2.3125rem;
    margin: 0.5rem 0 0;
}
.shop_page_main_title_section .main_title_wrapper p {
    color: #585858;
    text-align: center;
    margin: 0;
    font-size: 0.9375rem;
    line-height: 2.125rem;
    margin: 0.3125rem 0 0.875rem 0;
    opacity: .56;
}
.shop_page{
    background-color: #fff;
    padding-top: 3.25rem;
    padding-bottom: 3.125rem;
}
.shop_page .tab_title_wrapper .content_wrapper{
    background-color: #0BBC77;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.shop_page .tab_title_wrapper .content_wrapper h1{
    color: #FFFFFF;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.4375rem;
}
.shop_page .tab_title_wrapper ul{
    border-bottom: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.shop_page .tab_title_wrapper ul,
.shop_page .tab_title_wrapper ul li a,
.shop_page .tab_title_wrapper .nav-link.active{
    background-color: #F6FAFE
}
.shop_page .tab_title_wrapper ul li a{
    border-bottom: 1px solid #DCDEF2 !important;
    border-radius: 0 !important;
    color: #5F5F5F;
    cursor: pointer;
}
.shop_page .tab_title_wrapper .nav-link.active{
    border-bottom: 1px solid #DCDEF2 !important; 
}
.shop_page .tab_title_wrapper ul li:last-child a{
    border-bottom: none !important;
}
body.category-shop .home_section1{
    margin-top: -47px;
}
.shop_page .tab_content_wrapper .tab-content {
    padding-right: 15px;
    padding-left: 0;
}
.shop_product_list .col_wrapper{
    padding-left: 0;
}
.shop_product_list .content_wrapper{
    border: 1px solid #E0E0E0 !important;
}
.shop_product_list .content_wrapper .img_wrapper{
    padding: 0;
    background-color: #E7E7E7;
    border-radius: 0.5rem;
    margin-bottom: 0.5625rem;
    width: 100%;
    height: 133px;
    overflow: hidden;
}
.related_product .shop_product_list .content_wrapper .img_wrapper{
    height: 192px;
}
.product_detail_page .shop_product_list .content_wrapper .img_wrapper{
    height: 296px;
}
.shop_product_list .content_wrapper{
    margin-bottom: 15px;
}
.shop_product_list .content_wrapper .info_wrapper h1.title{
    color: #565656;
    font-size: 0.8975rem;
    line-height: 1.25rem;
    margin: 0;
    text-align: center;
    clear: both;
}
.shop_product_list .content_wrapper .info_wrapper h1.title a{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.shop_product_list .content_wrapper .info_wrapper p.price{
    color: #0BBC77;
    font-size: 0.89rem;
    line-height: 1.375rem;
    font-family: "abdodb";
    text-align: center;
    margin-top: 0.625rem;
}
.shop_product_list .content_wrapper .info_wrapper p.price span{
    color: #A5C2B6;
    font-size: 0.795rem;
    line-height: 1.1875rem;
}
.shop_product_list .content_wrapper .info_wrapper .btn_add_cart{
    background-color: #0BBC77;
    border: none;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    display: table;
    margin: 0 auto;
    padding: 0.5rem 1.125rem 0.625rem;
    border-radius: 0.5rem;
    position: relative;
}
.shop_search_wrapper .col_wrapper{
    padding-left: 0;
    flex: none;
}
.shop_search_wrapper .col_wrapper:first-child{
    padding-left: 30px;
}
.shop_search_wrapper{
    margin-bottom: 22px;
}
.shop_search_wrapper .form-control{
    background-color: #F6F4FC;
    border: none;
    border-radius: 0.5rem;
    height: 50px;
    color: #A8A8A8;
    font-family: "abdodb";
    font-size: 0.8125rem;
    line-height: 1.5rem;
    float: right;
    width: 70%;
}
.shop_search_wrapper label{
    color: #9D9D9D;
    font-size: 1rem;
    line-height: 2rem;
    font-family: "abdodb";
    float: right;
    width: 30%;
    margin-top: 9px;
}
/* product related page */
.related_product{
    background-color: transparent;
    padding-bottom: 0;
}
.related_product h1{
    font-family: "abdob";
    color: #C0B9D4;
    font-size: 1.5625rem;
    line-height: 2.9375rem;
    margin: 0 0 1rem 0;
    padding-right: 15px;
}
.related_product .tab_content_wrapper .tab-content {
    min-height: 200px;
}
.page-template-page-product-detail footer{
    margin-top: 0;
}

/* Product Detail Page */
.product_detail_page{
    padding-bottom: 0;
}
.product_detail_page .right_wrapper .content_wrapper{
    border: none !important;
    border-radius: 0 !important;
}
.product_detail_page .right_wrapper .content_wrapper .img_wrapper{
    border-radius: 0.1rem;
    background-color: rgb(231 231 231 / 38%);
}
.product_detail_page .thumbnail_wrapper img{
    float: right;
    background-color: #f6f6f6;
    margin-left: 0.625rem;
    margin-bottom: 0.625rem;
}
.product_detail_page .thumbnail_wrapper img:last-child{margin-left: 0;}
.product_detail_page .tab_content_wrapper .tab-content{
    min-height: 300px;
    padding-bottom: 0;
}
.product_detail_page .shop_product_list .content_wrapper {
    border: none !important;
}
.product_detail_page .shop_product_list .left_wrapper .content_wrapper{
    padding-top: 0;
}
.product_detail_page .shop_product_list .content_wrapper .info_wrapper h1.title{
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    text-align: right;
}
.product_detail_page .content_wrapper .info_wrapper p.price span {
    font-size: 1.375rem;
    line-height: 2.625rem;
}
.product_detail_page .content_wrapper .info_wrapper p.price {
    color: #0BBC77;
    font-size: 1.6875rem;
    line-height: 3.125rem;
    text-align: right;
}
.product_detail_page .shop_product_list .content_wrapper p.desc{
    color: #8D8D8D;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.product_detail_page .content_wrapper .info_wrapper .btn_add_cart {
    background-color: #0BBC77;
    border: none;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 0.8rem 2.685rem 0.8rem;
    border-radius: 0.5rem;
    margin-top: 1.2rem;
    float: right;
    clear: both;
    position: relative;
}
.product_detail_page .content_wrapper .info_wrapper span.category{
    font-family: "abdoexl";
    font-size: 1rem;
    line-height: 1.875rem;
    color: #565656;
}
.product_detail_page .item_counter{
    float: right;
    width: 150px;
    position: relative;
    margin-top: 1rem;
    margin-right: 0.8125rem;
}
.product_detail_page .item_counter button{
    position: absolute;
    background-color: #fff;
    border: 1px solid #0BBC77;
    padding: 10px 16px 15px;
    border-radius: .5rem;
    display: block;
    top: 0;
}
.product_detail_page .item_counter button.increase{
    right: -0.8125rem;
}
.product_detail_page .item_counter button.decrease{
    left: 0;
    padding-bottom: 19px;
}
.product_detail_page .item_counter button.decrease span{
    margin-top: -4px;
}
.product_detail_page .item_counter button span{
    font-size: 1.375rem;
    color: #0bbc77;
    display: block;
    line-height: 0.5rem;
}
.product_detail_page .item_counter input{
    width: 100%;
    font-size: 1.75rem;
    line-height: 2.2125rem;
    border: none;
    box-shadow: none;
    color: #0BBC77;
    text-align: center;
}

/* Cart & Checkout Wrapper */
.cart_check_page{
    padding-bottom: 54px;
}
.cart_check_wrapper .tab_title_wrapper {
    padding-left: 15px;
}
.cart_check_wrapper .tab-content {
    min-height: 400px;
}
.cart_check_wrapper .tab_title_wrapper ul li a{
    border-radius: 0.5rem !important;
    position: relative;
    padding-right: 66px;
    text-align: right;
}
.cart_check_wrapper .tab_title_wrapper ul li span.step_no{
    position: absolute;
    right: 0;
    background-color: rgb(112 112 112 / 64%) !important;
    color: #fff;
    display: block;
    width: 53px;
    border-radius: 0.5rem !important;
    height: 100%;
    top: 0;
    text-align: center;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding-top: 13px;
}
.cart_check_wrapper .tab_title_wrapper .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0BBC77;
}
.cart_check_wrapper .tab_content_wrapper .tab-content .container {
    padding-right: 0;
    padding-left: 0;
}
.cart_check_wrapper .tab_content_wrapper .tab-content {
    padding: 30px 15px;
    border-radius: 0.5rem !important;
}
.cart_check_wrapper .content_wrapper {
    background-color: #F6F4FC;
    border-radius: 0.5rem;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 8px;
    padding-left: 8px;
}
.cart_check_wrapper h3.sub_title{
    text-align: center;
    opacity: 0.25;
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
    }
.cart_check_wrapper h3.sub_title::before{display:none}
.cart_check_wrapper .table{
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: unset;
}
.cart_check_wrapper .table td{
    border: none !important;
    border-bottom: 0.5rem solid #F6F4FC !important;
    background-color: #fff;
    font-size: 0.9rem !important;
    color: #000 !important;
    line-height: 1.125rem !important;
    vertical-align: middle;
}
.cart_check_wrapper .table tr td:first-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 16px;
}
.cart_check_wrapper .table tr td:last-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 16px;
}
.cart_check_wrapper .table th{
    
    font-size: 1rem !important;
    color: #3F3369 !important;
    font-family: "abdoexl" !important;
    text-align: center;
    border: none !important;

}
.cart_check_wrapper .table td img{
    background-color: #DDDDDD;
    border-radius: 0.5rem;
    width: 40px;
    height: 32px;
}
.cart_check_wrapper .table td span.total{color: #0BBC77;}
.cart_check_wrapper .table td span.price{color: #A8A8A8;}
.cart_check_wrapper .table td .item_counter{
    float: right;
    width: 98px;
    position: relative;
    margin-top: 0;
    margin-right: 0;
}
.cart_check_wrapper .table td .item_counter button{
    position: absolute;
    background-color: #fff;
    border: 1px solid #0BBC77;
    padding: 7px 8px 12px;
    border-radius: .5rem;
    display: block;
    top: 0;
}
.cart_check_wrapper .table td .item_counter input{
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    border: none;
    box-shadow: none;
    color: #0BBC77;
    text-align: center;
    font-family: "abdodb";
}
.cart_check_wrapper .table td .item_counter span{
    color: #0bbc77;
    display: block;
    font-family: "abdodb";
    font-size: 0.9375rem;
    line-height: 0.4rem;
}
.cart_check_wrapper .table td .item_counter button.increase{
    right: -0.8125rem;
}
.cart_check_wrapper .table td .item_counter button.decrease{
    left: 0;
    padding-bottom: 14px;
    padding-top: 6px;
}
.cart_check_wrapper .table td  button.btn_remove{
    background-color: #fff;
    border: 1px solid #003822;
    color: #003822;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 1.4rem;
    line-height: 0.4rem;
    border-radius: 0.3rem;
    box-shadow: none;
    padding-bottom: 8px;
}
.cart_check_wrapper .col_wrapper{
    margin-bottom: 0.5rem;
    position: relative;
}
.cart_check_wrapper .input_box,
.cart_check_wrapper select{
    height: 47px;
}
.cart_check_wrapper .form-control{
    width: 100%;
    font-size: 0.9rem;
    font-family: "abdom";
    line-height: 2rem;
    background-color: #F6F4FC;
    border: none;
    border-radius: 0.5rem;
    padding-right: 42px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.cart_check_wrapper select{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.cart_check_wrapper textarea{
    padding-right: 15px;
}
.cart_check_wrapper .col_wrapper svg{
    position: absolute;
    top: 10px;
    right: 28px;
}
.total_info_wrapper{
    background-color: #fff;
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 9px;
    float: right;
    width: 100%;
}
.step3_total_info_wrapper{
    border-top: 1px solid rgb(112 112 112 / .15);
    padding-top: 10px
}
.total_info_wrapper h4{
    color: #3F3369;
    opacity: 0.25;
    font-family: "abdob";
    font-size: 1.125rem;
    line-height: 2.125rem;
    margin: 15px 0 0 0;
}
.total_info_wrapper .delivery_icon{
    margin-top: 19px;
}
.total_info_wrapper p{
    color: #0BBC77;
    font-family: "abdodb";
    font-size: 1.1175rem;
    line-height: 35px;
    margin: 0;
}
.total_info_wrapper p span{
    color: #A5C2B6;
    font-size: 16px;
}
.total_info_wrapper button{
    background-color: #0BBC77 !important;
    border: none;
    font-size: 0.875rem;
    line-height: 1.75rem;
    float: left;
    border-radius: 0.5rem;
    margin-top: 38px;
    padding: 8px 32px 11px;
    position: relative;
}
.total_info_wrapper button svg{
    position: absolute;
    left: 13px;
    top: 17px;
}
.page-template-page-cart-checkout footer{
    margin-top: 0;
}
.order_confirm_ico{
    margin: 0 auto;
    display: block;
}
.order_thankyou{
    color: #3F3369;
    font-size: 1.25rem;
    line-height: 2.3125rem;
    text-align: center;
    font-family: "abdob";
    margin: 15px 0 11px 0;
}
.order_no{
    text-align: right;
    color: #BCBCBC;
    font-size: 0.75rem;
    line-height: 1.375rem;
    border: 1px solid #F0F0F0;
    width: 260px;
    margin: 0 auto;
    border-radius: 0.4rem;
    padding: 10px 16px 11px 0;
    position: relative;
}
.order_no span{
    color: #0BBC77;
    font-family: "abdob";
    left: 10px;
    position: absolute;
    direction: ltr;
}
.order_msg{
    text-align: center;
    color: #949494;
    font-family: "abdoexl";
    width: 260px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 19px;
    margin-top: 16px;
}
/* Pagination style */
.pagination_list ul{
    text-align: center;
    list-style: none;
    margin: 9px 0 0 0;
}
.pagination_list ul li{
    display: inline-block;
    color: #979797;
    font-size: 0.9375rem;
    line-height: 0.5375rem;
    cursor: pointer;
    border-radius: 0.5rem;
    text-align: center;
    width: 28px;
    height: 21px;
    padding: 5px;
}
.pagination_list ul li.active{
    background-color: #0BBC77;
    color: #fff;
}

/* login and cart links style */
.cart_auth_link_wrapper{
    position: absolute;
    left: 0;
}
.cart_auth_link_wrapper a{
    display: inline-block;
}
.cart_auth_link_wrapper a.cart_link{
    color: #646464;
    font-size: 1rem;
    line-height: 1.8125rem;
    position: relative;
}
.cart_auth_link_wrapper a.cart_link span{
    position: absolute;
    top: -7px;
    background-color: #0bbc77;
    color: #fff;
    display: block;
    padding: 4px 9px;
    font-size: 0.8125rem;
    line-height: 1rem;
    border-radius: 0.38rem;
    left: 27px;
}
.cart_auth_link_wrapper a.cart_link svg{
    margin-right: 23px;
}
.cart_auth_link_wrapper a.auth_link{
    font-size: 0.8125rem;
    line-height: 1.5rem;
    color: #fff;
    background-color: #0BBC77;
    margin-right: 43px;
    border-radius: 0.38rem;
    padding: 0.375rem 1.25rem 0.5rem;
}
.button_spinners{
    display: block;
    border: .13em solid #ffffff;
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 14px;
    display: none;
}

/* Toast Message */
#toast_msg {
    visibility: hidden;
    min-width: 191px;
    margin-left: -125px;
    background-color: rgb(0 0 0 / 60%);
    color: #fff;
    text-align: center;
    border-radius: 0.25rem;
    padding: 10px 45px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 0.9rem;
  }
  #toast_msg.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  /* single page */
  .single .product_detail_page .tab_content_wrapper .tab-content{
      padding-right: 0;
  }
  .single .software_search_page .tab_content_wrapper .tab-content .container{
    padding-right: 0;
    padding-left: 0;
  }
  .single .project_page .img_wrapper img {
    border-radius: 4px;
    width: auto;
    border: 1px solid #ddd;
    padding: 4px;
}
  .single .product_detail_page .shop_product_list .content_wrapper .img_wrapper{
    height: auto;
    width: auto;
    padding-left: 2rem;
    background-color: #fff;
  }
  .single  .product_detail_page .content_wrapper .info_wrapper p,
  .page  .product_detail_page .content_wrapper .info_wrapper p,
  .single  .product_detail_page .content_wrapper .info_wrapper ul li,
  .page  .product_detail_page .content_wrapper .info_wrapper ul li{
    color: #8D8D8D;
    font-size: 0.95rem;
    line-height: 1.625rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .single  footer,
  .page  footer{
      margin-top: 0;
  }

  /* Select 2 */
  .select2-container--default .select2-selection--single{
    border: 1px solid #0BBC77;
    min-height: 3.4375rem;
    border-radius: 0.5rem;
    font-size: 1.0625rem;
    line-height: 1.9375rem;
    background: #fff url(images/select_arrow.svg) top left no-repeat;
    background-repeat: no-repeat;
    background-position-x: 1%;
    background-position-y: 21px;
    padding: 0.4rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 2.375rem;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
    display: none;
}

/* Software Main Page */
.software_main_page{background-color: #f6f4fc;padding-top:1rem;}
.software_main_page_title .shop_search_wrapper .form-control{width:100%;}
.software_main_page_title .shop_search_wrapper .col_wrapper{padding-left:15px;position: relative;}
.software_main_page_title .shop_search_wrapper .col_wrapper i{    
    position: absolute;
    left: 1.9375rem;
    top: 0.9375rem;
    color: #0bbc77;
    font-size: 1.375rem;
    cursor: pointer;
}
.software_main_page .shop_product_list{margin-right:-30px !important;}
.software_main_page_title .shop_search_wrapper .form-control {background-color: #fff;}
.software_main_page .shop_product_list .content_wrapper {border: none !important;}
.software_main_page .shop_product_list .content_wrapper .info_wrapper h1.title {
    color: #000;
    font-size: 0.9375rem !important;
    line-height: 1.75rem !important;
}
.software_main_page .shop_product_list .content_wrapper .info_wrapper p.price {
    color: #A1A1A1;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
    margin-top: 0;
}
.software_main_page .shop_product_list .content_wrapper .img_wrapper {
        background-color: #fff;
    height: 165px;
}
.software_main_page_title .select2-container--default .select2-selection--single{
        border: none !important;
        background: #fff url(images/select_arrow-default.svg) top left no-repeat;
        background-position-x: 1%;
        background-position-y: 21px;
    }

/* Responsive Style */
@media (max-width:1199px) and (min-width: 992px){
    .shop_search_wrapper label{width:40%;}
    .shop_search_wrapper .form-control{width:60%;}
    .project_page .links a.online{padding:0.2625rem 0.6875rem;}
}
@media(max-width: 992px){
    header .menu_wrapper{width: 100%;float: right;}
    header .navbar-toggler-icon {background: url(images/menu-toggler.svg);}
    header .navbar-toggler{margin:0.625rem 0 0;padding-right:0;padding-left:0;}
    header .cart_auth_link_wrapper{top:1.6875rem;}
    header #navigation_menu ul{padding-right:0;}
    header #navigation_menu ul li{border-bottom: 1px solid #ddd;}
    header #navigation_menu ul li:last-child{border-bottom:none;}
    header #navigation_menu ul li>a{padding:0.6rem 0.9375rem;padding-right:0;}
    header #navigation_menu ul li>a:before{height:0.115rem;}
    header .content_wrapper{float:right;width:100%;}
    .home_section1 .text_col .content_wrapper {padding-left: 0;}
    .home_section1 .text_col, .home_section1 .image_col{padding-bottom:0;}
    .home_section1{padding-bottom:34px;padding-top:0px;}
    .single .home_section1{padding-bottom:0;}
    .single .product_detail_page{padding-top:2rem;}
    .product_detail_page .tab_content_wrapper .tab-content{min-height: 100px;}
    .software_search_page .tab_title_wrapper{padding-left:15px;}
    .software_search_page .tab_content_wrapper{padding-right:15px;}
    .shop_search_wrapper .col_wrapper:first-child {padding-left: 0;margin-bottom: 0.5rem;}
    .software_main_page_title .shop_search_wrapper .col_wrapper:first-child {padding-right: 0 !important;}
    .shop_page .tab_content_wrapper .tab-content{padding-right:0;}
    .product_detail_page .shop_product_list .content_wrapper .img_wrapper{height:186px;}
    .related_product .shop_product_list .content_wrapper .img_wrapper{height: 125px;}
    .project_page .tab_content_wrapper .tab-content{padding-left:0;}
    .software_search_page .tab_content_wrapper .tab-content .container{padding-left:0;padding-right:0;}
}
@media(max-width: 992px) and (min-width: 767px){

}
@media (max-width:767px){
    header .top_bar .column{max-width:100%;flex: 0 0 100%;}  
    header .top_bar .column span.no_icon {display:block;width:100%;text-align:right;}
    header .top_bar .column:last-child .content_wrapper{text-align:right;}
    footer #main-wrapper .contact_col, 
    footer #main-wrapper .about_col{flex:0 0 100%;max-width:100%;}
    footer #main-wrapper .menu_col{flex:0 0 50%;max-width:50%;display:none;}
    footer #main-wrapper .column {padding-top:0;padding-bottom:1rem;}
    footer #main-wrapper .contact_col .content_wrapper{padding-left: 0;}
    footer #main-wrapper{padding-top:1.5rem;}
    .single .product_detail_page .shop_product_list .content_wrapper .img_wrapper{width:100%;padding-left:0;}
    .software_search_page .text_wrapper time{display: none;}
    .software_search_page .tab_content_wrapper .tab-content{padding-left:15px;padding-right:15px;}
    .project_page .tab_content_wrapper .tab-content {padding-left: 0 !important;padding-right: 0 !important;}
    .shop_product_list .content_wrapper .img_wrapper{height:208px;}
    .related_product .shop_product_list .content_wrapper .img_wrapper{height: 192px;}
    .product_detail_page .shop_product_list .content_wrapper .img_wrapper{height:auto;}
    .project_page .links {width:100%;float:right;margin-top: 0.6rem;}
    .total_info_wrapper .row{margin-left:0 !important;margin-right:0 !important;}
}
@media (max-width:575px){
    header .cart_auth_link_wrapper a.auth_link{margin-right:0;font-size: 0.7125rem;padding: 0.375rem 1rem 0.5rem;}
    header .cart_auth_link_wrapper a.cart_link {color:transparent;}
    .home_section2 .img_wrapper img{width:90px;}
    .shop_product_list .content_wrapper .img_wrapper{height: 150px;}
    .related_product .shop_product_list .content_wrapper .img_wrapper{height:136px;}
    header .logo_wrapper .texts{margin-right:6px;}
    .software_main_page_title .shop_search_wrapper .col_wrapper:first-child {padding-right: 15px !important;padding-left: 15px !important;}
    .software_main_page .shop_product_list {margin-right:-15px !important;padding-left: 15px;}
}
@media (max-width:600px){
    .software_search_page .tab_content_wrapper .tab-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item{width:50%}
    .cart_check_wrapper .table tr td:first-child{border-top-right-radius:0;border-bottom-right-radius:0;}
    .cart_check_wrapper .table tr td:last-child{border-top-left-radius:0;border-bottom-left-radius:0;}
    .cart_check_wrapper .table td .item_counter{right: 0.75rem;}
    .cart_check_wrapper .table td button.btn_remove{width:auto;}
    .cart_check_wrapper .table td{border-bottom: 1px solid #ddd !important;}
    .cart_check_wrapper .content_wrapper{padding-right:0;padding-left:0;}
    .total_info_wrapper {margin-right: 0;margin-left: 0;padding-right: 0;}
    #form_tab .content_wrapper{padding-right:15px !important;padding-left:15px !important}
    .cart_check_wrapper .content_wrapper {background-color:#fff;}

    .tbl_responsive {border: 0;}
    .tbl_responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      .tbl_responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
      }
      .tbl_responsive td {
        border-bottom: 1px solid #ddd !important;
        display: block;
        font-size: .8em;
        text-align: right;
      }
      
      .tbl_responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
      }
      .tbl_responsive td:last-child {
        border-bottom: 0;
      }

}
@media (max-width:508px){
    header .cart_auth_link_wrapper{top:60px !important;}
    .home_section2 .text_wrapper p.desc{line-height:1.5rem;float:right;width:100%;}
    .software_search_page .tab_content_wrapper .tab-content .wp-block-embed .wp-block-embed__wrapper{padding: 0 4px;}
    .software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a{line-height:1.3125rem;font-size:1rem;}
    .project_page .img_wrapper img{width:105px;}
    .shop_page .img_wrapper img{width:auto}
    .project_page .links a img{width:73px;}
    .project_page .links a.online{padding:0.3125rem 0.6875rem;height:26px;line-height:0.72rem;font-size:0.72rem;}
    .software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a::after{top:0.825rem;left:0.4125rem;width:2.125rem;}
    .software_search_page .tab_content_wrapper .tab-content .wp-block-buttons .wp-block-button a::before{top:1.39925rem;}
    .project_page .tab_title_wrapper ul li span{padding: 0.3875rem 0.625rem 0.25rem;}
    .pagination_list ul li{padding-top:6px;}
    .total_info_wrapper .col-lg-6:last-child{padding-right:0;padding-left:0;}
}

@media(max-width:430px){
    header .top_bar .column, header .top_bar .column a{font-size:0.7425rem;}
    .home_section2 .text_wrapper h1{font-size: 0.9rem;}
    .home_section2 .img_wrapper{padding-left:10px;}
}
@media(max-width:350px){
    
}


    
  

    
    
  
    
    
    
